Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sachaarbonel/flask-mongo-docker-compose

Dockerized flask app with a mongodb service
https://github.com/sachaarbonel/flask-mongo-docker-compose

docker-compose docker-image dockerized flask flask-mongodb mongodb

Last synced: 27 days ago
JSON representation

Dockerized flask app with a mongodb service

Awesome Lists containing this project

README

        

# flask-mongo-docker-compose

## Prerequisites

- docker

## Installation
```
git clone https://github.com/Sach97/flask-mongo-docker-compose.git
cd flask-mongo-docker-compose
docker-compose build
docker-compose up # open the browser at http://localhost:5000/posts to see the results
```