Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 330 Bytes

#Test Nodejs Application for micro services

##Dependencies

  • Nodejs 8 and above
  • Forever (Global)

##Usage There are two services in here as example: Cart & Search

Firstly you must run

npm install

You can run these services with a second parameter to the node application like;

npm run cart or npm run search