A simple Express app designed to provide a basic API for our code test.
Recommended version >= 6.x
-
Run
npm installto install dependencies -
Run
npm run migrateto migrate your development database -
Run
npm run seedto seed your development database -
Run
npm startto start up the local development server
You should get JSON output from http://localhost:3000/members
Run npm test to run the test suite.
- Create docker setup as an alternative to installing node directly