SailPoint Code challenge
A challenge project for Sailspoint impliment an api call to the GITHUB API to pull down pull request.
See also
- Flask-Project-Template for a full feature Flask project including database, API, admin interface, etc.
- FastAPI-Project-Template The base to start an openapi project featuring: SQLModel, Typer, FastAPI, JWT Token Auth, Interactive Shell, Management Commands.
Install the dependencies.
python3 -m venv {your-directory}/python-github
source {your-directory}/python-github/bin/activate
Run the app locally
flask run --port=5500
Run the app in docker compose
docker compose up