nitishsai9 / Flask-MongoDB-Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-MongoDB-Docker

Built With

Installation

  1. Build and run

    docker-compose build
    docker-compose up
    
    
  2. Remove or Stop

    docker-compose down
    docker-compose down -v [will remove volumes]
  3. Access in Browser

    http://localhost:80
  4. Test in cli

curl --header "Content-Type: application/json" \
--request POST \
--data '{"title":"xyz","desc":"xyz"}' \
http://localhost:3000/

About


Languages

Language:HTML 76.1%Language:Python 17.0%Language:Dockerfile 6.9%