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.
Install pre-requisites packages
pip install Flask
pip install pymongo
You can run the python file by giving this below command on your command prompt.
python app.py
MIT License