This project is a code challenge demonstrating a dockerized Node.js API by Jeremy Herman.
These instructions will cover usage information and for my docker container
In order to run this container you'll need docker installed.
Build the docker image:
docker build . -t intriguedme/codechallengeapiRun the docker image. You may need to update the port if 55728 is unavailable.
docker run -p 55728:8080 -d intriguedme/codechallengeapiOnce the docker is running, open: http://localhost:55728