Manage Registration, login, logout, loginrequired using Python-Flask.
- Python
- Pip
- Flask
- werkzeug
- mysql.connector
- MySQL
- Xampp (or similar application)
Download Python from official website. Install the dependencies and start the server.
$ pip install pip
$ pip install Flask
$ pip install Werkzeug
$ pip install mysql-connector-python
Start Xampp or MySQL server application
$ python main.py
Go to your localhost to see the app running.