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

https://github.com/atanikan/pythonflaskwebapp

A simple python flask web application to view, insert and delete entries of mongo db.
https://github.com/atanikan/pythonflaskwebapp

docker-compose javacript python3

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

```bash
docker-compose build
docker-compose up
```

## Running code with native python

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