chriswilson1982 / flask-mongo-app

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.

Home Page:https://demo.chriswilson.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for a basic web app using Python Flask and MongoDB

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.

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

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.

https://demo.chriswilson.app

License:MIT License


Languages

Language:HTML 51.2%Language:Python 37.4%Language:JavaScript 10.7%Language:CSS 0.7%Language:Procfile 0.0%