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.
- Host: GitHub
- URL: https://github.com/atanikan/pythonflaskwebapp
- Owner: atanikan
- Created: 2019-03-16T05:31:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T06:28:46.000Z (over 6 years ago)
- Last Synced: 2025-03-14T19:52:24.671Z (over 1 year ago)
- Topics: docker-compose, javacript, python3
- Language: CSS
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```