A simple Flask application template that uses MongoDB for user authenticantion with login and registration.
- Clone the repository
- Install the requirements
- 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
- Navigate to
/register
to register a new user - Navigate to
/login
to login - Navigate to
/logout
to logout
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Added some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Feel free to contact me at: [email] p3d.araujo@gmail.com