xujiahaha / food-delivery-app

Spring Boot application based on microservices architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

food-delivery-app

Spring Boot application based on microservices architecture.

Done

  • Search restaurant by name.
  • Get restaurant info.
  • Place order, get order details.
  • Make payment.
  • Handle payment errors, such as payment authorization timeout and invalid credit card info.

Currently it is assumed that all users are anonymous (not registered) and shopping cart is managed at the front end. Once we have the account-service in the future, the shopping cart service can be implemented at the back end.

TO DO

  • Take delivery distance, restaurant hours into consideration.
  • Add account-service to manage user registration and login.
  • Finish Spring Cloud platform.
  • Test system performance of handling high volume of requests.

System Architecture

alt image

Detailed information about each service can be found in service folder.

Requirements

  • Java JDK 8
  • Apache Maven
  • Docker

Get Started

  1. Run docker-compose up -d to start MongoDB and Rabbitmq if you don't have them on your local computer.
  2. Build then start services:
    restaurant-info-service --> order-service --> payment-service --> payment-processing-service.
  3. Upload restaurant test data in restaurant.json.
  4. Open restaurant UI on http://localhost:8080

About

Spring Boot application based on microservices architecture.


Languages

Language:Java 76.4%Language:Shell 10.0%Language:Batchfile 7.7%Language:HTML 3.8%Language:JavaScript 2.1%