To start a flask shell, you can run `docker-compose run resources-api flask shell`. This should be a make command available as `make shell`. Acceptance Criteria: Running `make shell` at the terminal will bring up a flask shell
To start a flask shell, you can run
docker-compose run resources-api flask shell. This should be a make command available asmake shell.Acceptance Criteria:
Running
make shellat the terminal will bring up a flask shell