This is a very basic API server communicating with a Redis instance, configured for development with Docker compose.
After installing Docker for Mac
Do:
npm i
and then:
docker-compose up -d
This is a very basic API server communicating with a Redis instance, configured for development with Docker compose.
After installing Docker for Mac
Do:
npm i
and then:
docker-compose up -d