Must regenerate another secret key in .env for production.
openssl rand -hex 32
using python version 3.11.5
- create a virtual environment.
$ python3 -m venv env
- activate it.
$ source ./env/bin/activate
- install the
requirements.txt
(env) $ pip install -r requirements.txt
- run the backend
(env) $ uvicorn app:app --reload
- Open the Api Docs in the borwser http://127.0.0.1:8000/docs