Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 648 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 648 Bytes

Stories in Ready Stories in Ready Q3 Project

Clone this repo, follow the steps to configure

yarn install (npm install)

createdb cobeats

createdb cobeats_test

knex migrate:latest --env development

knex migrate:latest --env test

knex seed:run --env development

knex seed:run --env test

yarn test (npm test)

yarn start (npm start)

navigate to http://localhost:3000/