Skip to content

sheetd/DockerTesting

Repository files navigation

Testing app for Express REST API & Docker

Links

To Run in Docker

docker build -t testapi:1.0.0 .
docker run -p 3000:3000 testapi:1.0.0

open in a browser: http://localhost:3000/purple

To Run on local machine

npm install
npm start (or use node ./app.js)

(or use forever to run in background if you have that installed) forever start ./app.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published