- Install yarn - https://yarnpkg.com/
- yarn install
- yarn serve
- http://localhost:8080/ would start to serve the vue app
Location: https://github.com/pulkit604/poc-sso/tree/master/auth-provider
- Install Python3 - https://www.python.org/downloads/
- Install Pip - https://pypi.org/project/pip/
- Move to auth provider directory
- Install required packages using
pip -r requirements.txt
- Use command
flask run
to execute the server - http://127.0.0.1:5000/ is the url for the server
Location - https://github.com/pulkit604/poc-sso/tree/master/auth-provider/database/sso_manage.db