Dummy API for testing purposes
- Python 3.11 or higher
- UV package manager
This project uses UV for dependency management and a Makefile for common tasks.
To set up the virtual environment and install all dependencies:
make initThis command will:
- Create a virtual environment using Python 3.12
- Install all project dependencies
To start the Dummy API:
make startThe API will be available at http://localhost:3003 with automatic reload enabled for development.
| Command | Description |
|---|---|
make help |
Display help information |
make init |
Initialize the project |
make start |
Start the API server |