Skip to content

Getting Started Documentation

Mildred Awuor edited this page Dec 20, 2019 · 1 revision

To install this application, you'll need Node.js 8+ (which comes with npm) installed on your computer.

Install dependencies:

npm install

Run database migrations

npm run migrate

Run seeds (for populating the empty database)

npm run seed

Run tests

npm run test

Run the server

npm start

To track the code coverage

npm run coverage

Clone this wiki locally