Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.62 KB

README.md

File metadata and controls

65 lines (38 loc) · 1.62 KB

YelpCamp

A Node.js web application project from the Udemy course - The Web Developer Bootcamp by Colt Steele

Live Demo

To see the app in action, go to https://mysterious-reaches-76629.herokuapp.com/

Features

  • Authentication:

    • User login with username and password
  • Authorization:

    • One cannot edit or delete posts and comments created by other users

    • Creator of post can manage all comments

  • Manage campground posts with basic functionalities:

    • Create, edit and delete posts and comments

    • Upload campground photos

  • Flash messages responding to users' interaction with the app

  • Responsive web design

Custom Enhancements

  • Update campground photos when editing campgrounds

Install dependencies

npm install

Comments in code

Some comments in the source code are course notes and therefore might not seem necessary from a developer's point of view.

Built with

Front-end

Back-end

Platforms