Skip to content

alekseyfa/BasicAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicAuth

To run application:

  • Install packages from requirements.txt
  • Init DB
  • Run flask application

To init db:

  1. Download and install PostgreSQL
  2. Create a database named "identities"
  3. Make migration to DB. For this point you need run commands:
    • flask db init
    • flask db migrate
    • flask db upgrade

To run flask application:

  1. Set the main point of the application. Windows: set FLAKS_APP=auth.py Linux: export FLASK_APP=auth.py
  2. Launch the flask by the following command: flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages