-
fork and
git clone -
npm install -
run
npm test -
work through the models in db/models/students.js and db/models/tests.js before routes/students.js and routes/test.js
- Make sure to look over
app.jsand have an understanding of existing middleware given and what else might be needed - Change the
xittoitin the test specs and work through them one by one - Isolate
describeblocks oritblocks of tests by changing it todescribe.onlyorit.only
Good luck!