Skip to content

A Python flask app which manages registration, login, logout, login required.

Notifications You must be signed in to change notification settings

joshinihal/login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Login with Login Required

Manage Registration, login, logout, loginrequired using Python-Flask.

Requirements

  • Python
  • Pip
  • Flask
  • werkzeug
  • mysql.connector
  • MySQL
  • Xampp (or similar application)

Steps

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.

About

A Python flask app which manages registration, login, logout, login required.

Resources

Stars

Watchers

Forks

Packages

No packages published