Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 660 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 660 Bytes

YelpCamp

Yelp Camp is a restful full web application that implements full CRUD. It allows users to sign up or sign in with an exsiting account.User session will last for about a week when signed in. Users signed in or not will be able to view existing campgorunds with an additional map reference showing the location of each campground. While signed in, as CRUD (Create, Read, Update, Delete) implies users are able to create campgrounds of their own which possess features such as a Title, Location, Price, decription and also upload an image or images for that campgorund. Only the author of a particular camground would be allowed to edit or delete it.