Andros Fenollosa d58c4efcc1 Update README
2017-05-18 18:53:23 +02:00
2017-05-17 20:16:30 +02:00
2017-05-18 18:53:23 +02:00
2017-05-17 20:16:30 +02:00
2017-05-18 18:25:54 +02:00
2017-05-18 18:25:54 +02:00
2017-05-18 18:53:23 +02:00
2017-05-18 18:25:54 +02:00
2017-05-18 18:25:54 +02:00
2017-05-18 18:25:54 +02:00
2017-05-18 18:53:23 +02:00
2017-05-18 18:53:23 +02:00

Flask Example: Login, Signup and Forgot password

DEMO

login

Description

  • Login system.
  • Signup.
  • Forgot password.
  • Validations.
  • Private page only for registered users.
  • System emails.

Use

  • Flask (Obvious!)
  • Flask-SQLAlchemy (ORM for database)
  • Flask-WTF (Generation of forms and validations)
  • Flask-Migrate(Migratios)
  • Flask-Mail(Send emails)

Install

cp envExample .env

Configure variables. Next.

source .env
pip install -r requirements.txt

Create database.

python3 models.py db upgrade

Run

python3 app.py

Screenshots

signup message forgot email dashboard

Description
Flask Example: Login, Signup and Forgot password
Readme 616 KiB
Languages
HTML 60.3%
Python 38.4%
Mako 1.3%