Skip to content

JafirDon/login-and-registration-system-using-flask-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

login-and-registration-system-using-mongodb

Intrduction

It is a simple login and registration application. This application is developed in HTML, CSS, JS, Python Flask and MongoDB. The project aims to understand how MongoDB works in real-time applications.

Installation

Install pre-requisites packages

pip install Flask
pip install pymongo

How to run it

You can run the python file by giving this below command on your command prompt.

python app.py

Output

Login (Signin)



Validation



Registration (Signup)



License

MIT License

Thank you