Authentication/Authorization project using Flask API, SQLite and jQuery, JS, Bootstrap.
After cloning the repo;
- Install dependencies from requirements.txt (
pip install -r requirements.txt). - Run
gunicorn app:appin terminal, while in the same directory as app.py. - App is served at localhost:8000.
- Authentication/Authorization.
- Register, Login, Logout Users.
- List users and their role.
- Admin users can assign roles.