Movie theatre web application
- Start a new database by running an SQL script "create database movie_theatre"
- To run with jar file:
Run the jar file with "Java -jar web-api/target/movie-theatre-0.0.1-SNAPSHOT.jar --spring.datasource.username={YOUR_USERNAME} --spring.datasource.password={YOUR_PASSWORD}" with your MySQL username and password instead of {YOUR_USERNAME} and {YOUR_PASSWORD} - To run with java:
Edit application.properties file in web-api\src\main\resources to update your MySQL database and password, then run web-api\src\main\java\com\ensf614project\movietheatre\MovieTheatreApplication.java
- Navigate to frontendreact, run yarn, npm start