Skip to content

flowfelis/Flask-API-Login-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login Project

Authentication/Authorization project using Flask API, SQLite and jQuery, JS, Bootstrap.

How To Initialize The Application

After cloning the repo;

  1. Install dependencies from requirements.txt (pip install -r requirements.txt).
  2. Run gunicorn app:app in terminal, while in the same directory as app.py.
  3. App is served at localhost:8000.

What can app do:

  1. Authentication/Authorization.
  2. Register, Login, Logout Users.
  3. List users and their role.
  4. Admin users can assign roles.

About

Authentication/Authorization Application with Flask and Bootsrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors