Install these programs on your operating system:
sqlite3python3
Then, install the required python libraries using the provided requeriments file:
python3 -m pip install -r requirements.txt
From the console, start the production server by typing:
fastapi run
✅ The database will be created automatically.
🌐 The API server will be available at http://127.0.0.1:8000
Once the server is running, the interactive API docs are accessible here: