@@ -3,8 +3,6 @@ Modern e-commerce self-hosted platform: clients will be happy to order delicious
33
44👉 [ Check out demo website] ( https://demo.nextorders.space/ )
55
6- 🎯 [ Admin panel] ( https://demo.nextorders.space/command-center ) . Use ** demo** as login and password. Read only mode 🔒👮♂️
7-
86![ main-screen-desktop] ( https://github.com/nextorders/food/blob/main/.github/media/main-screen-desktop.jpg?raw=true )
97
108## 🍕 Main idea and architecture of NextOrders
@@ -39,42 +37,21 @@ Let's see what happens. Give the project a star ⭐. Offer your ideas and make c
3937
4038## 🌎 Locales
4139
42- The application has [ several localizations] ( https://github.com/nextorders/food/tree/main/apps/web-app /i18n/locales ) :
40+ The application has [ several localizations] ( https://github.com/nextorders/food/tree/main/packages/ui /i18n/locales ) :
4341
4442- en | English
4543- ru | Russian | Русский
4644- ka | Georgian | ქართული
4745
4846## 🥒 Repository structure
4947
50- - [ Web App] ( https://github.com/nextorders/food/tree/main/apps/web-app ) : Web storefront and Command Center. Client can order delicious food.
51- - [ Essence] ( https://github.com/nextorders/food/tree/main/apps/essence ) : Business data collection and data management software.
48+ - [ Web App] ( https://github.com/nextorders/food/tree/main/apps/web-app ) : Web storefront. Client can order delicious food.
49+ - [ Web App Selector] ( https://github.com/nextorders/food/tree/main/apps/web-app-selector ) : Welcome screen with a list of available storefronts.
50+ - [ Essence] ( https://github.com/nextorders/food/tree/main/apps/essence ) : An example of a service with business logic and data.
5251
5352## ☕ How to deploy
5453
55- ⚠️ Warn: work in progress. Be careful with updates! Your images and DB data are at risk.
56-
57- You can deploy @nextorders/web-app on your server (1GB+ RAM) by this:
58-
59- ``` shell
60- # Connect over SSH and use with args: version, locale, your domain, your email
61- curl -fsSL https://nextorders.space/food/install.sh | bash -s -- " v0.7.0" " en" " test.nextorders.space" " resolve@nextorders.space"
62-
63- # It will install Docker, Docker Compose and download latest docker-compose.yaml
64- # After, it will bring up Traefik to serve web requests, create and autoupdate SSL certificate
65- # Food app, DB, migrations... You are ready to check your domain!
66- ```
67-
68- Also, you can use single Docker Image to create container:
69-
70- ``` shell
71- # Use the specific version
72- docker pull ghcr.io/nextorders/food/web-app:v0.7.0
73-
74- # Warn: you need an external Redis as DB
75- ```
76-
77- Check [ ** .env.example** ] ( https://github.com/nextorders/food/tree/main/apps/web-app/.env.example ) for more info about required config variables.
54+ ⚠️ Warn: work in progress.
7855
7956## 🍿 How to develop
8057
@@ -87,8 +64,6 @@ Make a fork. Or clone this repo and use standard commands:
8764``` shell
8865git clone https://github.com/nextorders/food
8966pnpm i
90- pnpm dev:web-app:compose
91- pnpm dev:web-app
9267```
9368
9469## 🍰 License
0 commit comments