Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 735 Bytes

Readme.md

File metadata and controls

15 lines (10 loc) · 735 Bytes

Yelp-Camp

YelpCamp is a website where user can register their campgrounds, which are visible for all other users. Other logged in users can view the campgrounds and write the reviews.

User permissions

  1. Anonymous users can only view the campgrounds
  2. Users can register on the website.
  3. Logged in users can add campgrounds or write reviews to existing campground.
  4. Owner of campground can edit or delete it, other users cannot.
  5. Owner of a review can delete it, other users cannot.