ward910 / PYTman

Flask + Bootstrap + Heroku

Home Page:https://pytman.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PYTman

APP

My first site using Flask and hosted on heroku used bootstrap 4.1 (I didn't use 5 because only 4.1 documentation was translated to my language)

Install

git clone https://github.com/ward910/PYTman.git
cd PYTman
pip install -r requirements.txt

Run

export FLASK_ENV=development
export FLASK_APP=main.py
flask run

or

python main.py // No debug

About

Flask + Bootstrap + Heroku

https://pytman.herokuapp.com/

License:MIT License


Languages

Language:HTML 78.4%Language:Python 21.6%