This is last project submission for Dicoding class using backend Hapi JS, Jest for testing and eslint for linter. It has authentication, threads, comments, replies feature. build using clean architecture + TDD.
- Install modules
$ npm install
- Copy .env.example to .env
$ cp .env.example .env
$ npm start
or
# development
$ npm run start:dev
# Test
$ npm test
# Test Watch
$ npm run test:watch
# Test Coverage
$ npm run test:coverage