next-orders / food

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

Home Page:https://v1.next-orders.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ” 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.

About

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

https://v1.next-orders.org

License:MIT License


Languages

Language:TypeScript 94.8%Language:JavaScript 4.1%Language:Dockerfile 0.6%Language:CSS 0.5%