Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.04 KB

File metadata and controls

39 lines (26 loc) · 1.04 KB

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