Fitzclutchington / order_tracker

0 stars 0 forks source link

Order Tracker

Order tracking app built with fastapi. Mostly an experiment

Current functionality:

Starting the app locally

pip3 install -r requirements.txt
uvicorn app:app --reload

Loading the db

You need to start the app at least once to create the DB. Then run below:

python3 order_tracker/database/add_samples.py