- Node.js 10.x
- Elasticsearch 7.x
- Clone repository
- run below command to install node modules
npm install
-
configure elasticsearch details in config/default.js
-
run server using below command
node server/server.js
- View APIs in swagger explorer at http://localhost:4444/explorer
- Run
docker-compose up
- APIs are accessible via http://localhost:4444/explorer
- tests are done on controllers using jest framework
- to run tests and get coverage reports run below command
npm run test