dropspindl / MyInterest

Pinterest clone
4 stars 1 forks source link

FSP Checklist #1

Open Carly-Schaaf opened 5 years ago

Carly-Schaaf commented 5 years ago

Wiki Page Home

MVP List

DB Schema

API Routes

GET /api/boards
POST api/boards
GET api/:boards/:board_id
PATCH api/:boards/:board_id
DELETE api/:boards/:board_id

GET /api/pins/:pin_id
POST /api/pins
PATCH /api/pins/:pin_id
DELETE /api/pins/:pin_id 

Frontend Routes

Sample State

Carly-Schaaf commented 5 years ago

You're off to a good start, Erica! Be sure to finish this up tomorrow after the assessment. As soon as the Frontend Routes are made and the unchecked boxes are completed, you're good to go! Feel free to ask me any questions along the way

dropspindl commented 5 years ago

The checklist is finished! Do I check the unchecked items off or do you?

Carly-Schaaf commented 5 years ago

Awesome! I'll check them off as I look it over :)

Carly-Schaaf commented 5 years ago

Looks great, Erica! Just a few things: