Skip to content

Simple Flask webapp to demonstrate user-athentication.

License

Notifications You must be signed in to change notification settings

Tuhin-thinks/Flask-UserAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-UserAuth

Simple Flask webapp to demonstrate user-athentication.

_

Inititalize App Database

On the terminal execute the following lines:

$ python3

>>> from project import db, create_app
>>> db.create_all(app=createapp())

If this runs correctly, congrats! your database is created!

App Initialization

$ export FLASK_APP=project
$ export FLASK_ENV=development
$ export FLASK_DEBUG=1
$ flask run

(flask run should launch your flask application on localhost:5000)

Requirements

Use pip install <name> to install the required modules.

flask
flask-sqlalchemy
flask-login

Preview of the application

About

Simple Flask webapp to demonstrate user-athentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published