Skip to content

This is a template for a 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 and Font Awesome. The app features user verification by email, basic note recording and messaging between users.

License

Notifications You must be signed in to change notification settings

akxuan/flask-mongo-app

 
 

Repository files navigation

Template for a basic web app using Python Flask and MongoDB

This is a template for a 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.

How to use the template

Simply insert your MongoDB database URI and database name in the configuration.ini file. You can also add SMTP server login details to support sending registration emails and message notifications to users.

Run the app using the terminal command: python run.py

Live demo

The app is live for demonstration purposes at demo.chriswilson.app.

About

This is a template for a 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 and Font Awesome. The app features user verification by email, basic note recording and messaging between users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.2%
  • Python 37.4%
  • JavaScript 10.7%
  • Other 0.7%