Message board system using a Flask REST api
On the Flask server side, implements REST api requests like GET/PUT/POST/DELETE applied to a sqlite database. User accounts are stored with passwords hashed and salted.
On the front-end, displays a simple message board system with user accounts and replying/editing/deleting posts.