Welcome!

Demonstration of a basic web app using Flask and MongoDB

by Chris Wilson

Login

Don't have an account? Sign up here.


This is a template for a basic web app using Flask and MongoDB. It uses Flask-Login for authentication, Flask-Pymongo for the database connection, Flask-Bcrypt for password hashing and Flask-Talisman for security. The front end uses Bootstrap for styling.

The app features user verification by email, basic note recording and messaging between users with email notifications.

You can view the code in the GitHub repository at github.com/chriswilson1982/flask-mongo-app.