REPOSITORY OVERVIEWLive repository statistics
★ 7Stars
⑂ 1Forks
◯ 0Open issues
◉ 7Watchers
34/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
13 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Post Meal
The food delivery API was created During construct week at Masai school. A team of 5 members created this collaborative project in 4 days.

Team Members
Module
- Login & Signup
- Restaurant.
- Customer
- Cart
- Order Details
- Bill
Tech Stack
- Java
- SpringBoot
- Hibernate
- MySQL
- Swagger UI
Tools Used
- STS IDE
- GitHub
- Lombok
- MySQL
ER Diagram

ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This project provides sample hibernate entities, spring data entities, angularjs mvc code, models, exception handling interceptors, repositories, services and controllers classes. The UI for the default simple web project bundled in this framework is built using Twiiter Bootstrap and AngularJS Single Page App. The projects brings together Java, Spring 4, Spring MVC 4, Spring JPA, Hibernate, Angular JS, Twitter Bootstrap, JWT Token Authentication technology in a clean easy to use fashion.
62/100 healthActive repositoryHas homepage
JavaMIT
⑂ 76 forks◯ 5 issuesUpdated Apr 4, 2026
Project homepage ↗I wanted a solution where multi-tenancy is achieved by having a database per tenant and all user information (username, password, client Id etc) for authentication and authorization stored in a user table in the respective tenant databases. It meant that not only did I need a multi-tenant application, but also a secure application like any other web application secured by Spring Security. I know how to use Spring Security to secure a web application and how to use Hibernate to connect to a database. The requirement further dictated that all users belonging to a tenant be stored in the tenant database and not a separate or central database. This would allow for complete data isolation for each tenant.