tlf-backend

A backend app built using fastapi.

How to setup

  • Clone this repo.
  • Open your terminal/command prompt inside the repo
  • Create and activte a virtual environment.
  • Run pip install -r requirements.txt in your terminal.
  • cd into the app folder cd app.
  • Set an environment variable named SECRET_KEY and assign it a 32 bit random string.
  • Run uvicorn main:app --reload.
  • Open http://localhost:8000/docs in your browser.