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-api
Go to the project directory
cd mls-api
Run on Docker
docker-compose up -d
To run tests, run the following command
docker exec mls-web pytest