- Clone the repository and navigate to the project folder.
- Install dependencies:
pip install -r requirements.txt
- Create a
.envfile in the project root (or use.env.exampleas a template) and fill in your environment variables. - Start the server:
uvicorn app.main:app --reload
Swagger UI: http://127.0.0.1:8000/docs
To run with Docker Compose:
docker-compose up --buildThis will start both the server and a PostgreSQL database.