Skip to content

wennicky/FoodDeliveryApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

FoodDeliveryApplication

This is a food delivery application.

Design

There are four services:

  1. RestaurantSearchService
  2. OrderService
  3. PaymentService
  4. DeliveryService

Data Storage

Use MySQL in this application

RestaurantSearchService

Use Http Get request
Endpoint: "/restaurantinfomation/{restaurantName}"

OrderService

Use Http Post request
Endpoint: "/{restaurantName}/order"
Order information is in the Http body.

PaymentService

Use Http Post request
Endpoint: "/payment"
Order information and payment information is in the Heep body

DeliveryService

Use Http Get request
Endpoint: "/deliveryinformation/{orderId}" or "/deliveryinformation/{UserName}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published