This Python application exposes a locally available API. Follow the steps below to run it locally. It's for study purposes.
- Clone this repository or place the files in a folder.
- Open a terminal at the root of the project.
- Install the necessary dependencies with :
pip install -r requirements.txt
Start the server with :
python main.py
- API : http://localhost:8000
- Interactive documentation (Swagger): http://localhost:8000/docs
- Python 3.x
- pip
This project is licensed under the MIT license.
Translated with DeepL.com (free version)