Skip to content

This repository is a flask blueprint for user management required by Keith Williams for his IS 218 and IS 690 classes.

License

Notifications You must be signed in to change notification settings

plbin97/authsign

Repository files navigation

Authsign

codecov

This repository is a flask blueprint for user management required by Keith Williams for his IS 218 and IS 690 classes.

API documentation

https://authsign.teenet.me

Try out

https://authsign.teenet.me/authsign

Deploy by Docker

from Docker hub

docker pull plbin97/authsign:master && docker run -d plbin97/authsign -p 8088:8088

Or, you can build docker by yourself

docker build -t authsign . && docker run -d authsign -p 8088:8088

Your docker would be running on port 8088

Run this app locally

Prerequisite: python 3.8+

Install dependency

pip3 install -r requirements.txt

Do database migration

flask db upgrade

Run the app

flask run

About

This repository is a flask blueprint for user management required by Keith Williams for his IS 218 and IS 690 classes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published