Skip to content

Hosted on a Linux server, this light Flask app features account creation and confirmation; password resets; post creation, updates, and deletion; and email validation with a backend using SQLAlchemy.

License

Notifications You must be signed in to change notification settings

richardkyu/DemoFlaskBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemoFlaskBlog

An application coded using Flask, a micro-framework in Python. This site has functionalities that allow for account creation and updating, post creation, post updating and deletion, and email recovery of passwords with a back-end using SQLAlchemy, along with further security considerations.

You can create a user account yourself or use the following test account details to try out the site.

Email: TestUser@demo.com

Password: testing

Table of contents

Site Image

Tree structure

A tree visualization of the directories to show the changes made as a result of blueprints and configurations. Shown to give a high-level summary of the anatomy of the application.

This project makes use of Flask packages and blueprints, which are better shown in the picture below.

tree_structure

About

Hosted on a Linux server, this light Flask app features account creation and confirmation; password resets; post creation, updates, and deletion; and email validation with a backend using SQLAlchemy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published