- JAVA
- Spring
- Spring Boot
- Spring MVC
- JSP
- MySQL
- Git
- GitHub
- CUSTOMER MODULE
- ADMINISTRATOR MODULE
- User Authentication Module:
- Food Module:
- Food Category Module:
- Food Cart Module:
- Order Module:
- Delivery Module:
- Clone this Project into your local machine.
- open any terminal
- git clone https://github.com/royalnavghan/Food-Delivery.git
- Open Your STS4
- Go to File -> Import -> Select Maven -> Choose Existing Maven -> Click on browse -> Choose the project location -> Select the project -> Finish
- Now make changes as per your wish!
- Update the port number, username and password as per your local database config in application.properties
# MySQL Properties
spring.datasource.url=jdbc:mysql://localhost:3306/online_food_order
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL57Dialect
# View Resolver Properties
spring.mvc.view.prefix=/WEB-INF/view/
spring.mvc.view.suffix=.jsp