Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 486 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 486 Bytes

FlaskInit

Simple script for creating a flask application structure

Project Structure

├── venv/
├── testapp/
│   ├── static/
│   │   └── style.css
│   ├── templates/
│   │   ├── index.html
│   │   └── home.html
│   ├──api/
│   │   ├── index.py
│   │   ├── index.py
│   ├── __init__.py
│   └── config.ini
├── name.txt
├── .gitignore
└── requirements.txt