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
on your command line run:
- What the home page looks like
- Register on where the information will be stored in database
3)Password is encrypted with sha256 password so it cannot be shown
- You will be taken to your dashboard after your registration/login
- Add your articles on with edits available via CKeditor