Mocked microservice for testing purpose
- Install postgres@12 in your local machine
- Install [email protected] in your local machine
- Clone this repository to your local machine
- Run
sh init.sh true
. Thetrue
param will install all the node dependencies freshly. This will setup the db schema and queue for the service and start the service. After the first time, you need not passtrue
param.