Skip to content

An Collaborative Project Consisting Of the 5 Developer Depicting the implementation of the Online Food Booking application platform We have developed this REST API for an Online Food Booking application . This API performs all the fundamental CRUD operations of any Food Booking platform with user validation at every step.

Notifications You must be signed in to change notification settings

prashantbharate/lawful-robin-2026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Online food_Delivery_Application


  • An Collabrative Project Consisting Of the 5 Developer Depicting the implementation of the Online Food Booking application platform
  • We have developed this REST API for an Online Food Booking application . This API performs all the fundamental CRUD operations of anyFood Booking platform with user validation at every step.

    ER Diagram


    The following Diagram depicts the flow of our Entity Relation Diagram to simplify the work flow.

    er

    FoodFuriouse Delivery (3).pdf




    Team Member Roles And Responsibilities



    1. Prashant - Team Lead, Responsible for creating and implementing the ER diagram and flow of the project.

    2. Bubai - Responsible for creating the address and food cart module

    3. Deepak kumar - Responsible for creating the bill & order module

    4. Gaurav singh - Responsible for creating the Restaurant module

    5. Partha Sarathi Manna - Responsible for Creating the login and logout module with proper validation.



    Teach Stacks Implemented




  • Java
  • Spring framework
  • Spring Boot JPA
  • Hibernate
  • MySQL
  • Swagger
  • Lombok

    Modules


  • Login Logout User authentication
  • Admin module
  • Bill module
  • Order module
  • customer module
  • Restaurant module
  • Food cart module


  • Features



    • User Login authrntication
    • validation for the account number
    • validation for the current user and user identification
    • RESTful API with CURD operations


    Installation & Run




    #changing the server port
    server.port=8888
    
    #db specific properties
    spring.datasource.url=jdbc:mysql://localhost:3306/Foodproject1
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    spring.datasource.username=root
    spring.datasource.password=kolkata2015
    
    #ORM s/w specific properties
    spring.jpa.hibernate.ddl-auto=create
    spring.jpa.show-sql=true
    
    #Swagger specific properties
    spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
    
    
    


    API Root Endpoint




    https://localhost:8888/
    
    https://localhost:8888/swagger-ui/#
    


    About

    An Collaborative Project Consisting Of the 5 Developer Depicting the implementation of the Online Food Booking application platform We have developed this REST API for an Online Food Booking application . This API performs all the fundamental CRUD operations of any Food Booking platform with user validation at every step.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Contributors 4

    •  
    •  
    •  
    •  

    Languages