- JAVA
- Spring
- Spring Boot
- Spring data JPA
- Hibernate
- Login Module
- Custumer Module
- Restaurant Module
- Order Module
- Bill Module
- Item Module
- Cart Module
- Exception Module
- Before running the API server, you should update the database config inside the application.properties file.
- Update the port number, username and password as per your local database config.
server.port=8088
spring.datasource.url=jdbc:mysql://localhost:3306/fdb;
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username="Your SQL username"
spring.datasource.password="Your SQL Password"
Sanajit Jana Sakshi Kumari Kumar Saurav Ranjit Lagda Dipesh Singh