Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 935 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 935 Bytes

SEPT Startup code and project Structure documentation

Dependencies

Backend

  • MySQL Server
  • Other dependencies handled via Maven

Frontend

  • React
  • React Redux

Quick Start

Whilst installing MySQL you would have been prompted to create a root user for the MySQL server, add the root account details to ./Backend/src/main/resources/application.properties under the spring.datasource tags.

Run the backend file DemoApplication.java to begin executing the backend. Please make sure to change password in application.properties file from "Canteen88!" to desired SQL password.

Run the frontend by changing your current working directory to ./Frontend/, via cmd run the command npm start.

Additional running options are located within the autogenerated README.md in ./Frontend/.

Frontend is located on port 3000, Backend is located on port 8080