template-manager

How to run

Create virtual env named venv

virtualenv venv

Activate virtual env

source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run flask app

flask run

To access the app, open the following link in the browser

http://localhost:5000