Skip to content

laura333/cobeats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • HTML 5.8%
  • CSS 4.8%