Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Repository files navigation

ROUTES:

name url verb description

INDEX /dogs GET Display a list of all dogs NEW /dogs/new GET Display Form to create new dog CREATE /dogs POST Add new dog to DB SHOW /dogs/:id GET Shows info about one dog

#RESTfull Routing

##Introduction

  • Define Rest and explain why it matters
  • List all 7 RESTfull Routes
  • Show examples

REST - a mapping between HTTP routes and CRUD

CRUD = CREATE READ UPDATE DESTROY

Added files to Git repo

About

My Version of Colt Steels Yelp Camp Exersise

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages