forum api build with node js and hapi.
#how to instal
clone
cd forum_api
npm install
cp .env.example .env
- Setting env
- Setting config/database/test.json set with test environment
npm run migrate up
npm run migrate:test up
npm run start:dev
npm run test