Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 616 Bytes

File metadata and controls

26 lines (14 loc) · 616 Bytes

Code Test: Node

A simple Express app designed to provide a basic API for our code test.

Quick start

  1. Install node

Recommended version >= 6.x

  1. Run npm install to install dependencies

  2. Run npm run migrate to migrate your development database

  3. Run npm run seed to seed your development database

  4. Run npm start to start up the local development server

You should get JSON output from http://localhost:3000/members

Testing

Run npm test to run the test suite.

Todo

  • Create docker setup as an alternative to installing node directly