Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgarcia525/yelpcamp
Application that allows users to share and comment on campgrounds.
https://github.com/jgarcia525/yelpcamp
bootstrap css heroku html javascript mongodb node-js
Last synced: 19 days ago
JSON representation
Application that allows users to share and comment on campgrounds.
- Host: GitHub
- URL: https://github.com/jgarcia525/yelpcamp
- Owner: jgarcia525
- Created: 2018-07-17T18:18:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T18:13:13.000Z (over 6 years ago)
- Last Synced: 2024-11-22T19:29:11.775Z (3 months ago)
- Topics: bootstrap, css, heroku, html, javascript, mongodb, node-js
- Language: JavaScript
- Homepage: https://yelpy-camp-production.herokuapp.com/campgrounds
- Size: 2.43 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YelpCamp
|================|
| RESTful Routes |
|================|Campground Routes
name url method desc.
========================================================================================
INDEX /campgrounds GET Display a list of all campgrounds
NEW /campgrounds/new GET Displays form to make new campground
CREATE /campgrounds POST Adds new campground to DB
SHOW /campgrounds/:id GET Shows info about one campgroundComment Routes
name url method desc.
===================================================================================
NEW /campgrounds/:id/comments/new GET Displays form to make new comment for a specific campground
CREATE /campgrounds/:id/comments POST Adds new comment to DB with reference to a campground