The following Diagram depicts the flow of our Entity Relation Diagram to simplify the work flow.
-
Prashant - Team Lead, Responsible for creating and implementing the ER diagram and flow of the project.
-
Bubai - Responsible for creating the address and food cart module
-
Deepak kumar - Responsible for creating the bill & order module
-
Gaurav singh - Responsible for creating the Restaurant module
-
Partha Sarathi Manna - Responsible for Creating the login and logout module with proper validation.
- User Login authrntication
- validation for the account number
- validation for the current user and user identification
- RESTful API with CURD operations
#changing the server port
server.port=8888
#db specific properties
spring.datasource.url=jdbc:mysql://localhost:3306/Foodproject1
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=kolkata2015
#ORM s/w specific properties
spring.jpa.hibernate.ddl-auto=create
spring.jpa.show-sql=true
#Swagger specific properties
spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
https://localhost:8888/
https://localhost:8888/swagger-ui/#