Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 398 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 398 Bytes

Backend Challenge API

Building and Developing

Make sure you have node.js 8+ installed

Install knex.js

yarn global add knex

or

npm install -g knex

Install dependencies

yarn

or

npm install

Initialise, migrate and seed database

knex migrate:latest
knex seed:run

Launch

node index.js

LICENCE

Licensed under the MIT License see LICENSE.md