Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 439 Bytes

File metadata and controls

27 lines (19 loc) · 439 Bytes

Flask Get Started

Development in Python to test flask

Requirements

Installing

$ git clone git@github.com:LucasNoga/Flask-Get-started.git
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

Running project

$ export FLASK_APP=application.py
$ export FLASK_ENV=development
$ flask run

Credits

Made by Lucas Noga