- Create a virtual environment using your preferred means, python 3.9
- Run
pip install -r requirements.txt
- Create a .env file containing your version of:
secret=change-me-or-youll-be-sorry
algorithm=HS256
- Run
python main.py
- Visit http://localhost:8081/docs for the OpenAPI GUI