gzm1997 / signup

mailbox-authentication

Home Page:http://139.199.182.179/signup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailbox signup authentication and login

标签(空格分隔): signup authentication login


I rewrite my homework in Modern Web Program class, I wrote it by html5, jquery, nodejs before, now I rebuild with python flask and here it is its demo


run_signup.py

Because I make this small project a package, so it's necessary to use a run.py to run the project (just a py file exactly outside this package no matter what you name it)

run.py should look like below:

from signup import app

app = app
if __name__ == "__main__":
	app.run(host = "0.0.0.0", port = 8080)

Install modules

pip install -r requirements.txt

Renderings

Rendering

signup

signup

login

login

detail

detail

About

mailbox-authentication

http://139.199.182.179/signup


Languages

Language:Python 38.8%Language:CSS 27.1%Language:HTML 21.5%Language:JavaScript 12.7%