Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Food delivery system #7770

Open
E-Furqan opened this issue Nov 20, 2024 · 0 comments
Open

Food delivery system #7770

E-Furqan opened this issue Nov 20, 2024 · 0 comments

Comments

@E-Furqan
Copy link

What Roadmap is this project for?

backend roadmap

Project Difficulty

Advanced

Add Project Details

You are tasked with designing and implementing a food delivery system that consists of several microservices. The system should allow customers to place orders, and the orders should be fulfilled by various restaurants and delivery drivers.
Actors:

  • Customer: A person who wants to order food from a restaurant
  • Restaurant: A business that prepares and serves food
  • Delivery Driver: A person who delivers food to the customer

Goals:

  • Customers can place orders for food from multiple restaurants
  • Restaurants can receive and fulfill orders
  • Delivery drivers can receive and deliver orders to customers

Requirements:

  1. Design a microservices architecture for the food delivery system. Explain your design choices, including the services you will create, their responsibilities, and the communication mechanisms between them.
  2. Implement the microservices in a programming language of your choice. Use a framework that supports the communication protocol. Use a relational database. Make sure that each microservice can run independently and that they communicate through APIs or message queues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant