Skip to content

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

License

Notifications You must be signed in to change notification settings

Ranjit0979/Foody-Express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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.

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • Java 100.0%