Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 356 Bytes

File metadata and controls

8 lines (7 loc) · 356 Bytes

Instructions:

  1. Install dependencies with: pip install -r requirements.txt
  2. Create a .env file based on the .env-example
  3. run: python -m uvicorn src.main:app --reload

The seed.py file will automatically add 2 test users to the db, but feel free adding more users from the post endpoint on the user_routes