We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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