REPOSITORY OVERVIEWLive repository statistics
★ 28Stars
⑂ 5Forks
◯ 0Open issues
◉ 28Watchers
78/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
90 Community adoption25% weight
26 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Foody Express (Online Food Order System)
Used Tech Stack & Tools:
- JAVA
- Spring
- Spring Boot
- Spring data JPA
- Hibernate
- MySQL
- Git
- GitHub

Modules
- Login Module
- Customer Module
- Restaurant Module
- Order Module
- Bill Module
- Item Module
- Cart Module
- Exception Module
Installation & Run
- clone our Project into your local machine.
- 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
ER Diagram

Contributors
Sanajit Jana Sakshi Kumari Kumar Saurav Ranjit Lagda Dipesh Singh
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
A food delivery application system allows users to browse items and order food online in an easy and efficient manner
31/100 healthActive repository
JavaNo license#actuator-spring-boot#api-gateway#circuit-breaker#eureka-client
⑂ 0 forks◯ 0 issuesUpdated May 19, 2023