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-pythonStart Xampp or MySQL server application
$ python main.pyGo to your localhost to see the app running.