Skip to content

simple login module with flask and flask login-manager and postgresql database

License

Notifications You must be signed in to change notification settings

shutdown57/login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple login flask application

Usage

$ git clone https://github.com/shutdown57/login.git
$ pip install -r requirements.txt

Change username, password and database name in config.py file

Run in debug mode ** Windows set DEBUG=1 ** Linux and Mac

$ export DEBUT=1

Then: $ FLASK_APP="src:create_app('Development')" flask run

Shell Context

$ FLASK_APP="src:create_app('Development')" flask shell

Docker

If you use postgresql database with docker:

$ docker-compose -f develop-compose.yaml up

About

simple login module with flask and flask login-manager and postgresql database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published