Skip to content

MindPatch/login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

login

flask login panel

install

  • $ sudo pip3 install flask flask_mysqldb
  • $ sudo mysql -u root -p
  • MYSQL > CREATE DATABASE website
  • MYSQL > grant all privileges on website.* to 'admin'@'localhost' identified by 'password';
  • $ sudo python3 app.py
  • go to this link http://localhost:5000/install
  • click on install button

username : admin

password : 123456789

Good Luck :)

About

flask login panel

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors