/PythonFlaskWebApp

A simple python flask web application to view, insert and delete entries of mongo db.

Primary LanguageCSS

Web Application - West

About

A simple python flask web application to view, insert and delete entries of mongo db.

Prerequisites

Python 3.4 or higher
Docker & Docker compose
pip

Running code with docker

docker-compose build
docker-compose up 

Running code with native python

cd web
pip install -r requirements.txt
python run.py