Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 620 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 620 Bytes

Go 4 Food - Online Food Delivery System

Individual Project

Online Food Delivery App(Go 4 Food) strictly followed MVC architecture.

Modules

Models(Relationship Table) :

Services(Functionalities) :

Basic flow of the application :

  • User can register
  • can login/logout
  • can view all items
  • can view restaurant
  • can add to food cart
  • can get order details
  • can get bill

Tech Stacks :

  • Java
  • Spring Boot
  • Spring Data JPA
  • JPQL
  • MYSQL
  • Swagger
  • Lombok