Skip to content

Implement simple search on the pet store, build out pagination, responding to JSON.

Notifications You must be signed in to change notification settings

aibaur/node-pets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node's Pet Emporium!

This is the starter project of the Node's Pet tutorial.

first commit: starter code

Tasks

run (development): $ npm run dev

run (test): $ mocha

second commit: cloned starter and added localhost mongodb connection

Simple Search & Pagination

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

Validations

Add validations to protect against unsanitary data getting into your db.

sixth commit: implemented validation

Upload Images

Upload pictures of pets from new and edit forms

Payment Gateways

Buy pets using Stripe.

Send Emails

Send an email when a pet is purchased.

Full Text Search

Fuzzy and full-text search on multiple criteria

Responding to JSON

Make your project into a full API

seventh commit: implemented responding to JSON; test added; bugs fixed

eighth commit: test bug fixed

About

Implement simple search on the pet store, build out pagination, responding to JSON.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published