A API written with python + flask. Directly supports REDI Run frontend react app
Live URL: https://apps-v2.travisshears.xyz/run-app/v1
They are hosted here on github as a github page generated by a github workflow. To update them edit docs/openapi.yaml.
Currently @btbtravis is the sole contributer. This information needs to be updated before inviting collaborators
Dev setup requries locally running:
So the basic setup would look like this:
$ git clone git@gitlab.com:BTBTravis/redi-run-backend.git
$ cd redi-run-backend
$ cp .env.sample .env
then update .env values
$ pipenv install
$ pipenv shell
$ FLASK_APP=redi-run-app.py flask run -p 5001 --reload