https://github.com/coderdiaz/flask-api-mongo
https://github.com/coderdiaz/flask-api-mongo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderdiaz/flask-api-mongo
- Owner: coderdiaz
- Created: 2019-11-08T04:10:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T03:51:28.000Z (over 5 years ago)
- Last Synced: 2025-01-05T08:29:41.538Z (6 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```