subhampanda7 / Online-food-delivery-system

Flash food is an online food delivery system where both customers and restaurants can interact with the application interface. Both user able to perform various tasks.

Home Page:https://drive.google.com/file/d/110BV95FwSyNZYqrDkem1wa3O_dbz1nRY/view?usp=share_link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lively-square-4699

REST API for Flash food (Online food delivery system)

Flash food is an online food delivery system where both customers and restaurants can interact with the application interface. After authentication, The restaurant can add the item and able to perform various tasks such as update and delete. The customers can register and log in to add available items from different restaurants to their cart.

This is a collaborative project, completed by a team of 4 backend developers.

Tech Stack

  • Java
  • Hibernate
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • MySQL
  • Maven
  • Swagger UI

Services

  • Login service
  • Restaurant Service
  • Customer Service
  • Item Service
  • Cart Service

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 configuration.
    server.port=8088

    spring.datasource.url=jdbc:mysql://localhost:3306/cabdb;
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    spring.datasource.username=root
    spring.datasource.password=root

API Root Endpoint

https://localhost:8088/
http://localhost:8088/swagger-ui/

Swagger Home UI (Controllers & Schema)

Collaborators

Thank You😊

About

Flash food is an online food delivery system where both customers and restaurants can interact with the application interface. Both user able to perform various tasks.

https://drive.google.com/file/d/110BV95FwSyNZYqrDkem1wa3O_dbz1nRY/view?usp=share_link


Languages

Language:Java 100.0%