Agung Kristianto
How to run this project:
- make sure you have npm and postgreSql in your computer
- clone this project
cd to-this-project-dir
npm install
- setup your own database credentials in knexfile.js
- make sure you have knex installed globally, if you don't, install it with
npm i -g knex
knex migrate:latest
npm start
and server will run on port9001
- enjoy
Heroku App URL: https://tech-test-agung.herokuapp.com
Postman API Docs: