Flowih FastAPI
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Python
create virtualenv
python3 -m venv venv
activate env
source venv/bin/activate
install requirements
pip install -r requirements.txt
run the api
uvicorn main:app --reload
Add notes about how to use the system.