The API for all proceedings for Sweet B's online store
-
Install PostgreSQL link
-
Create a virtual envirionment
python -m venv <your-venv-name>
-
Install the required packages
pip install -r requirements.txt
-
Perform the Alembic Migrations
python src/manage.py db migrate
python src/manage.py db upgrade
-
Start the server
python src/server.py
And you're good to go!