Skip to content

Follow other users and get notified when they create new campgrounds

Notifications You must be signed in to change notification settings

topeshittu/yelpcamp-user-notifications

 
 

Repository files navigation

Download and run instructions

git clone https://github.com/nax3t/yelpcamp-user-notifications.git

cd yelpcamp-user-notifications

npm install

Start mongodb (in its own terminal tab)

cd ./mongod

Run the app (in its own terminal tab)

node app.js

Test it out:

  • Create two users.
  • Log in with the first user and create a campground.
  • Log in with the second user and go to that campground
  • Click the author's name to go to his/her profile
  • Click Follow button
  • Logout and log back in with original user
  • Create another campground
  • Log back in with second user and see the notification

About

Follow other users and get notified when they create new campgrounds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.6%
  • HTML 39.9%
  • CSS 0.5%