Skip to content

ramos-andres/project-REST-rant

Repository files navigation

Project REST-Rant

REST-Rant is an app where users can review restaurants.

Routes

Method Path Purpose
GET / Home page
GET /places Places index page
POST /places Create new place
GET /places/new Form page for creating fa new place
GET /places/:id Details about a particular place
PUT /places/:id Update a particular place
GET /places/:id/edit Form page for editing an existing place
DELETE /places/:id Delete a particular place
POST /places/:id/rant Create a rant (comment) about a particular place
DELETE /places/:id/rant/:rantId Delete a rant (comment) about a particular place
Get * 404 page (matches any route not defined above)

Database

places

Field Type
_id Object ID
name String
city String
state String
cuisines String
pic String

Planning

User Stories

TBD

Wireframes

TBD

Color Scheme

Primary Secondary Highlight
Lavender Purple Gray

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published