Skip to content

Full Stack Python App to store and share articles with Flask and MySQL

Notifications You must be signed in to change notification settings

juhuyoon/Share_Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_Flask_App

Fully Functional Data Storage App via CRUD functionality to store articles, hold authentication/login information, and can update your article pages.

Primarily built with Flask's micro-framework

Used Python 3.6, Software needed to run:
Flask,
Flask-WTF,
Passlib,
MYSQL,
sha256 password
ckeditor

Running the app

on your command line run:

python app.py

What the App looks like:

  1. What the home page looks like alt text
  2. Register on where the information will be stored in database alt text 3)Password is encrypted with sha256 password so it cannot be shown alt text
  3. You will be taken to your dashboard after your registration/login alt text
  4. Add your articles on with edits available via CKeditor alt text

About

Full Stack Python App to store and share articles with Flask and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published