Remember

Must regenerate another secret key in .env for production.

openssl rand -hex 32

How to use

using python version 3.11.5

  1. create a virtual environment.
$ python3 -m venv env
  1. activate it.
$ source ./env/bin/activate  
  1. install the requirements.txt
(env) $ pip install -r requirements.txt
  1. run the backend
(env) $ uvicorn app:app --reload
  1. Open the Api Docs in the borwser http://127.0.0.1:8000/docs