Skip to content

Website I made for National Honors Society for my High School using Spring Boot, React, PostgreSQL, and some other stuff.

Notifications You must be signed in to change notification settings

FisherLuba/HighSchoolWebsite

Repository files navigation

This is a website I made for my High School's National Honors Society (NHS). It allowed students to post questions and members of NHS or faculty could answer them.

The reason I have a javascript-compiled and javascript-uncompiled is because I was using JSX, so I compiled the JSX into JavaScript and used that. I definitely could have done something better.

Notes / Personal Reminders

Setting up on Oracle VPS

*cp = command prompt

change directory = cd / then cd ssh-keys

(1st cp) connect to ssh = ssh -i opc@

(2nd cp) connect to sftp = sftp -i opc@

(1st cp) remove previous file = sudo rm

(2nd cp) upload file = put

(1st cp) list processes = ps aux | grep java

(1st cp) then do sudo kill (one of the numbers that pops up)

(1st cp) run file = sudo nohup java -jar

https://stackoverflow.com/questions/17385794/how-to-get-the-process-id-to-kill-a-nohup-process

https://yoursunny.com/t/2020/OracleCloud-website/

https://spring.io/guides/tutorials/spring-boot-oauth2/

https://www.atlantic.net/dedicated-server-hosting/how-to-install-and-secure-postgresql-server-on-oracle-linux-8/

Oracle VPS Ip:

psql -U postgres -W -h localhost

\c schooldb - connect to schooldb

submit-question-page question-response-page deleting-and-editing view-topic-page

About

Website I made for National Honors Society for my High School using Spring Boot, React, PostgreSQL, and some other stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published