z-shah / simpleapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple API in Node.JS and Express

This app uses Node.JS Express Web Framework

Build


docker build -it my-web-app .

docker run -d -p 127.0.0.1:80:8080 my-web-app

Tests

Uses newman to run postman collections.

Install newman globally (allows you to run it from anywhere.)

npm install -g newman

Run against the running docker container

npm test

API Documentation

API Documentation

About


Languages

Language:JavaScript 64.6%Language:Dockerfile 35.4%