/flask-app

A Flask App ready to use like React starter pack. Check readme for more info.

Primary LanguageHTML

Ready to Use Flask App

Description

This a ready to use flask-app with a starter pack of:
  • route.py for intro, favicon and error 404.
  • init file for flask and bootstrap start
  • forms.py and models.py empty files ready to use
  • Templates folder with a base, navbar, footer, hero and a 404 html page
  • Static folder with a flask-logo.ico and a empty styles.css file ready to use
This come with:
  • Bootstrap
  • WTF

Don't forget to install a python virtual enviroment:

python -m venv env

Install Requirements:

 pip install -r requirements.txt
Happy Coding 😁