Skip to content

A sample app with mocked API results for your microservice project

Notifications You must be signed in to change notification settings

ykbryan/sample-expressjs-microservice

Repository files navigation

sample-expressjs-microservice

Build Status Coverage Status Dependencies PRs Welcome

Frameworks/services added

URLs to use

GET / GET/POST/PUT/DELETE /products

Sample JSON Result for GET /

{
  "success": "get call succeed!",
  "url": "/"
}

To start

Run npm start in your terminal

To run in docker

docker run -it --rm -p 3000:3000 bryanchua/sample-expressjs-microservice:latest

References

Docker Hub

Docker Docs