Skip to content

A simple Flask App mimicking a Social networking site Post

Notifications You must be signed in to change notification settings

Mystique-orca/FlaskApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskApp - BlogIt

This is a prototype of a webapp for Blogs.

It is entirely based on Python-Flask framework. It uses SQLAlchemy as an ORM and Flask-Bootstrap for frontend.

Salient features:

  1. You can create user and login into your profile. The credentials are stored securely in sqlite database, using SHA-256 encryption
  2. You can create new posts, view or update existing posts. This will require your account already created.
  3. You can read the posts on the homepage, although likes and comments are coming up as an update shortly

You can watch it in action here: http://mystique.pythonanywhere.com

About

A simple Flask App mimicking a Social networking site Post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published