/Share_Web

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

Primary LanguagePython

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