项目作者: gzm1997

项目描述 :
mailbox-authentication
高级语言: Python
项目地址: git://github.com/gzm1997/signup.git
创建时间: 2017-07-18T15:31:21Z
项目社区:https://github.com/gzm1997/signup

开源协议:

下载


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:

  1. from signup import app
  2. app = app
  3. if __name__ == "__main__":
  4. app.run(host = "0.0.0.0", port = 8080)

Install modules

  1. pip install -r requirements.txt

Renderings

Rendering

signup

signup

login

login

detail

detail