Skip to content

next-orders/food

Repository files navigation

🍔 Food Orders

Modern e-commerce self-hosted platform: clients will be happy to order delicious food!

main-screen-desktop

🍕 Main idea and architecture of Next-Orders

There is a great desire to create software that is ideal for ordering and delivering food. It will be a set of solutions that can work together. It is important that each element can be easily replaced later. So the project does not become one big monolith.

next-orders-arch

I'm currently working on first version of the website. Next year there will be a new version that will easily replace the old one as the Main API with business logic will remain the same.

Let's see what happens. Give the project a star ⭐. Offer your ideas and make commits.

🥒 Structure

  • Website: First version of storefront, where client can order delicious food.
  • Main API and SDK: All business entities in one spot. Other parts can access data here.
  • Command Center: Headless CMS designed to build and manage storefronts.

🍿 How to develop

Clone this repo and use standard commands:

git clone https://github.com/next-orders/food
npm i
nx dev storefront-v1 # or other nx commands

🍰 License

This project is licensed under the MIT License - see the MIT License file for details.