cwood821 / campground-finder

A simple CRUD application with NodeJS, ExpressJS, PassportJS, and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Campground Finder

Campground Finder is a CRUD application that uses ExpressJS, MongoDB, and PassportJS to handle routing, data storage, and authentication respectively.

Features

  • Create, Read, Update, and Delete Campgrounds and Comments
  • Comments are associated with Campgrounds and Users
  • Users can register, log in and out

Architecture

The application implements a Model-View-Controller pattern with route files approximating typical controller responsibilities.

Screenshot

Screenshot of Campground Finder

About

A simple CRUD application with NodeJS, ExpressJS, PassportJS, and MongoDB


Languages

Language:JavaScript 56.6%Language:HTML 37.2%Language:CSS 6.2%