This is an implemenation of a simple api with fast-api.
This project uses: FastAPI and Python!
If you would like to test this then do the following:
- Fork the repo
- Clone the forked repo onto your machine
- Create a virtual environment: "python3 -m venv venv" or "python -m venv venv"
- Add dependencies by running: "pip install -r requirements.txt"
- Start the application by running: "python3 main.py" or "python main.py" or "uvicorn main:app --reload --port 5000"