A fullstack application for our new fitness empire, FitnessTrac.kr, using node, express, and postgresql
Install Packages
npm i
Initialize Database
createdb fitness-dev
Run Seed Script
npm run seed:dev
NOTE: At first, there will be too many errors for the tests to even run. Start by running the seed:dev script above, until it is working.
To run all the tests in watch mode (re-runs on code update), run
npm run test:watch
npm run test:watch db.spec
npm run test:watch api.spec