This is a dabase project include both Front end UI and back end services
I implemented the front end by using ReactJS
You can find the code for this in the suffolk-frontend folder
I implemented the back end by using Java Spring Boot
Here is the link to Spring Initializr
You can find the code for this in the suffolk-backend folder
This file can be find in the University.sql file
- First start your database server by using
brew services start [email protected]ormysql.server start - Run the University.sql file (can be done on workbench or the command line)
mysql -u root -pand enter the passwordmysql> source ./Path/University-FullStack/University.sql
- Open your favorite editor for Java, I use IntelliJ and run the suffolk-backend
- Open another editor for ReactJS/JavaScript. I use Visual Studio Code
- Open the terminal on VSCode.
cd suffolk-frontendand write the commandnpm startto start reactJS