Skip to content

Simple login template with authentication for Flask and Mongo DB.

Notifications You must be signed in to change notification settings

pedAraujo/flask-mongo-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-mongo-login

A simple Flask application template that uses MongoDB for user authenticantion with login and registration.

Install and Run

  1. Clone the repository
  2. Install the requirements
  3. Run the application
git clone
pip install -r requirements.txt
get mongodb running with your mongo client url and pymongo
flask run with FLASK_APP=wsgi.py

Usage

  1. Navigate to /register to register a new user
  2. Navigate to /login to login
  3. Navigate to /logout to logout

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Added some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Contact

Feel free to contact me at: [email] p3d.araujo@gmail.com

About

Simple login template with authentication for Flask and Mongo DB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published