- JAVA
- Spring
- Spring Boot
- Spring data JPA
- Hibernate
- MySQL
- Git
- GitHub
- Login Module
- Customer Module
- Restaurant Module
- Order Module
- Bill Module
- Item Module
- Cart Module
- Exception Module
- clone our Project into your local machine.
- open any terminal
- git clone https://github.com/sanajitjana/star-theory-7179.git
- Open Your STS
- Goto File -> Import -> Select Maven -> Choose Existing Maven -> Click on browse -> Choose the project location -> Select the project -> Finish
- All done, good to go!
- 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.
#db specific properties
server.port=8088
spring.datasource.url=jdbc:mysql://localhost:3306/foody_express_db;
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username="Your SQL username"
spring.datasource.password="Your SQL Password"
#ORM s/w specific properties
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
#validation exception activate
spring.mvc.throw-exception-if-no-handler-found=true
spring.web.resources.add-mappings=false
#enable swagger
spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER
Sanajit Jana Sakshi Kumari Kumar Saurav Ranjit Lagda Dipesh Singh