This project provides CRUD operations on a MLS API.
The project implements FastAPI web framework running on Uvicorn. Database operations are performed over Tortoise ORM.
You must have Docker pre-installed.
Clone the project
git clone https://github.com/doluca/mls-apiGo to the project directory
cd mls-apiRun on Docker
docker-compose up -dTo run tests, run the following command
docker exec mls-web pytest