Ranjit0979 / Foody-Express

Foody Express is an online Food Delivery Application having backend REST-API, made in Java Spring Boot, JPA-Hibernate with MySQL database.

Home Page:https://drive.google.com/file/d/1g41q1e_-3ai0aQzvcbbGX3Gl_8hwfxCH/view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foody Express

  • An online Food Delivery Application having backend REST-API, made in Java Spring Boot, JPA-Hibernate with MySQL database.
  • This project is developed by team of 5 Back-end Developers during Construct Week Project in Masai School.

    Built with

    1. JAVA
    2. Spring
    3. Spring Boot
    4. Spring data JPA
    5. Hibernate

    Modules

    1. Login Module
    2. Custumer Module
    3. Restaurant Module
    4. Order Module
    5. Bill Module
    6. Item Module
    7. Cart Module
    8. Exception Module

    Used Techs & Tools:

    Installation & Run

    • 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.
        server.port=8088
    
        spring.datasource.url=jdbc:mysql://localhost:3306/fdb;
        spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
        spring.datasource.username="Your SQL username"
        spring.datasource.password="Your SQL Password"
    
    

    ER Diagram

    ER DIAGRAM

    Contributors

            

       Sanajit Jana   Sakshi Kumari   Kumar Saurav   Ranjit Lagda   Dipesh Singh

  • About

    Foody Express is an online Food Delivery Application having backend REST-API, made in Java Spring Boot, JPA-Hibernate with MySQL database.

    https://drive.google.com/file/d/1g41q1e_-3ai0aQzvcbbGX3Gl_8hwfxCH/view

    License:MIT License


    Languages

    Language:Java 100.0%