Group project for CSC 322 @ CCNY.
This is the backend for the Client Repo using Spring Boot
https://syedsadman16.github.io/Online-Restaurant-System-Frontend/#/
- Syed Sadman
- Abir Deb
- Andrey Goryuk
- Michal Moryosef
- Samuel Fils
git clone https://github.com/syedsadman16/Online-Restaurant-Backend.git
cd Online-Restaurant-Backend
./mvnw package
java -jar target/*.jar
Or you can run it from Maven directly using the Spring Boot Maven plugin. If you do this it will pick up changes that you make in the project immediately (changes to Java source files require a compile as well - most people use an IDE for this):
./mvnw spring-boot:run
You can then run the backend here: http://localhost:8080/
- Spring Boot (Maven)
- MVC Architecture
- Spring Security
- Spring Data JPA
- JWT Authentication
- MySQL
- H2 Database Engine
- Heroku
We already have some intial data in our database just for testing. However you can see create more data dynamically.
- Username: manager, Password: manager
- Username: customer1, Password: customer1
- Username: customer2, Password: customer2
- Username: customer3, Password: customer3
- Username: vip1, Password: vip1
- Username: chef1, Password: chef1
- Username: chef2, Password: chef2
- Username: deliverer1, Password: deliverer1
- Username: deliverer2, Password: deliverer2