https://github.com/danielm/flask-base
Base Flask Project
https://github.com/danielm/flask-base
flask jinja2 python python3 skeleton
Last synced: about 2 months ago
JSON representation
Base Flask Project
- Host: GitHub
- URL: https://github.com/danielm/flask-base
- Owner: danielm
- Created: 2020-11-16T15:49:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T02:40:18.000Z (over 5 years ago)
- Last Synced: 2025-01-28T02:22:27.805Z (over 1 year ago)
- Topics: flask, jinja2, python, python3, skeleton
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This is a base monolithic application project for flask shenanigans adn testing. This is a WIP not so serious.... so why are you?
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
export FLASK_APP=main.py
export FLASK_DEBUG=1
export FLASK_ENV=development
flask run
flask test
Vagrant
flask run -h 0.0.0.0