This is a 🚧 work in progress 🚧 side project
⚠️ Make sure you can run 'make' 🐃 commands⚠️
Clone the project 🧬👨💻
git clone https://github.com/AkberJag/openPizza.git
Go to the project directory 📂
cd openPizza
Run the Docker 🐳 containers
make build
When the containers are running, do the alembic migration 🚀
make migrate
Populate the DB with fake data (Optional) 🌐📊
make addfake
run the VueJs frontend > http://localhost:8080 run the Swagger UI > http://localhost:5000/docs