/simple_app

Primary LanguageHTMLMIT LicenseMIT

made-with-python PyPI pyversions Maintenance GitHub license

Docker Image Version Docker Image Size

TL;DR

To start,

git clone git@github.com:ab9-er/simple_app.git
make up

Go to http://localhost:5000 to access the application.

To stop,

make down
make clean

sample-app

This is a very simple Flask based app that will start on port 5000 of localhost. It is supported by a SQLite database.