A sample app with mocked API results for your microservice project
GET /
GET/POST/PUT/DELETE /products
{
"success": "get call succeed!",
"url": "/"
}
Run npm start
in your terminal
docker run -it --rm -p 3000:3000 bryanchua/sample-expressjs-microservice:latest