Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 354 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 354 Bytes

Prerequisite

  • Make sure you have python 3 installed in your workstation.

Getting Started

  1. Rename the .env-example to .env

  2. Install the dependency by

pip install -r requirements.txt
  1. Run the project by
uvicorn main:app --reload

Warning! Please remember to change your JWK key set for your own project.