Skip to content

FrancisGuedes/flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😁

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published