Skip to content

d-turner/flask-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask project example

Structure

Project uses a modular structure with the ability to easily plug in different modules

Dependencies

Python 2.7.*
Pip

Dependencies can be found in the requirements.txt file and can be installed with the command

$ pip install -r requirements.txt

Project

This repository just contains some sample code for setting up a flask project.
Functionality includes MongoDB, external configuration files,
unit tests, User model, authentication, validation and flask Blueprints.
Register, login, logout and forgot password user functionality.
Jinja2 html templates and object iteration.

TODO

Add frontend templates/views
Add general routes
Add a second model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published