Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 600 Bytes

File metadata and controls

41 lines (25 loc) · 600 Bytes

MLS API

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.

Run Locally

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

Docs & playground

http://localhost:8008/docs

Running Tests

To run tests, run the following command

  docker exec mls-web pytest