This project has been deployed on AWS using Elastic Beanstalk and Amazon Aurora.
Demo Link: 👉👉 http://gtfoodtruck-env.eba-fvaym9bd.us-east-1.elasticbeanstalk.com/ 👈👈
This project aims to design and implement a food truck database management system using relational database concepts. The goal is to improve food truck management and food order process for users, admins, managers and staffs.
The design and structure of the database system originated from CS4400 "Database System", instructed by Mark Moss, from Georgia Institute of Technology.
- Database: MySQL
- Backend: Spring Boot + Hibernate
- Frontend: Thymeleaf, Semantic-UI
- Open the project file in IntelliJ or Eclipse
- Make sure you have a MySQL server running containing correct table schema and data
- Enter your MySQL schema name and credentials in foodtruck/src/main/resources/application.properties
- To start the server, press “run application” or navigate to the root of the project via command line and execute the command “mvn spring-boot:run”
- The base path is localhost:8080