This is the starter project of the Node's Pet tutorial.
first commit: starter code
run (development): $ npm run dev
run (test): $ mocha
second commit: cloned starter and added localhost mongodb connection
Add a search bar in the navbar to search pets. Paginate the results.
third commit: users can search pets by name and breed; test added
fourth commit: implemented pagination on the home page
fifth commit: implemented search pagination
Add validations to protect against unsanitary data getting into your db.
sixth commit: implemented validation
Upload pictures of pets from new and edit forms
Buy pets using Stripe.
Send an email when a pet is purchased.
Fuzzy and full-text search on multiple criteria
Make your project into a full API
seventh commit: implemented responding to JSON; test added; bugs fixed
eighth commit: test bug fixed