An open API service indexing awesome lists of open source software.

https://github.com/coderdiaz/flask-api-mongo


https://github.com/coderdiaz/flask-api-mongo

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# API Rest Flask
A API Rest application created with Flask and Mongo

## How to start
Requirements:
- Docker.

```sh
# Build the python image with requirements.txt
$ docker-compose build

# Run the application
$ docker-compose up
```