Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 359 Bytes

File metadata and controls

19 lines (15 loc) · 359 Bytes

ENSF480-AirlineApp

Before compiling, make sure that username and password for the DataBaseConnector.java is changed to your username and password

Windows Instructions:
  1. Run Spring Boot Backend:
cd Backend
mvnw spring-boot:run
  1. Run React Frontend:
cd Frontend
npm start

(if first time running, execute: npm install first)