it's an online menu for restaurants, where the customer can order food and drinks, and the restaurant can manage the orders.
- docker (all resources are conteinerized)
- docker-compose (to run the local environment)
- bash (for to setup script)
- node (for to run yarn commands)
sudo permission are necessary to run the setup script.
$ sudo yarn setup
The setup script will:
- generate ssl files on
./nginx/ssl
folder
$ yarn start
- yarn
- yarn workspaces
- docker
- docker compose
- nginx
- python (flask)
- typescript (react)
- vite