John Rofrano
John Rofrano
**As a** User **I need** the API documented in Swagger **So that** I can easily understand how to use the API **Assumptions:** - We can leverage the Swagger support for...
**As a** Developer **I need** a way to work locally with Visual Studio Code and Docker **So that** I can work independantly without the need for external databases **Assumptions:** -...
**As a** Developer **I need** the ability to deploy the service in a Docker container **So that** I have more deployment options than just Cloud Foundry **Assumptions:** - The `alpine:python`...
**As a** User **I need** the ability to create multiple hit counters **So that** I can keep track of multiple things **Assumptions:** - The name of the counter to use...
**As a** Developer **I need** my local development environment to include Redis **So that** I can test the service locally with no Internet connection required **Assumptions:** - The `docker-compose.yml` file...
**As a** Service Provider **I need** my code running on the cloud **So that** people can get to my web site **Assumptions:** * We will use IBM Cloud * We...
**As a** User **I need** a way to remove a counter from the list **So that** it no longer shows up in the list of counters **Assumptions:** - We can...