Skip to content

Mridul97/YelpCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YelpCamp

It is a Web Application with both front-end and back-end functionalities. HTML , CSS and JS is used for front-end and Node.js is used for back-end with MongoDB. It uses REST routing. This app shows the nice locations for camping. A user can also add new locations and also comment on locations. A user first has to sign in to use all these functions. CRUD functionality has been set up for both campgrounds and comments. A user can only edit a campground if that user has created that particular campground. A user can edit or delete a comment if that comment is made by that particular user.

To see the website, go to link :- https://fierce-savannah-92006.herokuapp.com/

Steps to test YelpCamp App :

  1. Sign up to create a new account
  2. Add a campground.
  3. Comment on a campground already present.
  4. Delete any comment added by you.
  5. Logout from the website.
  6. Login again.