ManuANGOT / flaskdemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flaskdemo

##Creating a demo project using flask ###creating new folder and install all is needed checking version $ python --version in our folder :

pip3 install virtualenv pip3 install virtualenv #creating our env pip3 install flask flask_sqlalchemy

install flask & sql alchemy

About

License:MIT License


Languages

Language:Python 56.7%Language:HTML 39.2%Language:CSS 4.1%