- Install dependencies with: pip install -r requirements.txt
- Create a .env file based on the .env-example
- 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