/YelpCamp

Web Development Project

Primary LanguageHTML

YelpCamp

  • Add Landing Page
  • Add Campgrounds Page that lists all Campgrounds

Each campground has:

  • Name
  • Image

Layout and Basic Styling

  • Create Header an Footer
  • Add a Bootstrap

Create new Campground

  • Set POST route
  • Add body-parser
  • Route to show form
  • Add basic unstyled form

Style the campground page

  • Add a better header/title
  • Make campgrounds display in a grid

Mongoose

  • Setup Model
  • Use models inside of campground routes

Show Page

  • Add description to our campground mdoel
  • Show db.colletion.drop()
  • Add show route/template

Refator Mongoose Code

  • Create a models directory
  • Use modules.exports
  • Require everything corretly

Create comment

Style Show Page

  • Add sidebar
  • Display comments nicely