ac0365da78
* Catch and return errors as json (otherwise the backend blows up) * Added Boto3 (AWS library) as a dependency * Not sure if it's right, but tried to divide the auth and commands. |
||
---|---|---|
bin | ||
connectors | ||
.gitignore | ||
.tool-versions | ||
Dockerfile | ||
README | ||
app.py | ||
docker-compose.yml | ||
poetry.lock | ||
pyproject.toml |
README
# Run the service poetry run flask --debug run --port=7004 # You can check to see if it is running by loading http://localhost:7004/v1/commands