Skip to content

Jer512/CodeChallengeAPI

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published