Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 954 Bytes

File metadata and controls

41 lines (22 loc) · 954 Bytes

Jeremy's Code Challenge API

This project is a code challenge demonstrating a dockerized Node.js API by Jeremy Herman.

Getting Started

These instructions will cover usage information and for my docker container

Prerequisities

In order to run this container you'll need docker installed.

Usage

Build the docker image:

docker build . -t intriguedme/codechallengeapi

Run the docker image. You may need to update the port if 55728 is unavailable.

docker run -p 55728:8080 -d intriguedme/codechallengeapi

Once the docker is running, open: http://localhost:55728

Author