The following instructions is to set up the server locally
npm install
knex migrate:latest
npm start
npm test
- src/index.js : Starts the app http server on port 3000.
- src/test/test.js: Unit tests
- process.env: Config file for database
- knexfile.js: Knex database connection configuration