andreynho2006 / YelpCamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://quiet-reef-81116.herokuapp.com/

Features

  • Authentication:

    • User login with username and password

    • Admin sign-up with admin code

  • Authorization:

    • One cannot manage posts and view user profile without being authenticated

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

    • Admin can manage all posts and comments

  • Manage campground posts with basic functionalities:

    • Create, edit and delete posts and comments

    • Upload campground photos

    • Display campground location on Google Maps

    • Search existing campgrounds

  • Manage user account with basic functionalities:

    • Profile page setup with sign-up
  • Flash messages responding to users interaction with the app

Custom Enhancements

  • Update campground photos when editing campgrounds

  • Update personal information on profile page

Getting Started

This app contains API secrets and passwords that have been hidden deliberately, so the app cannot be run with its features on your local machine. However, feel free to clone this repository if necessary.

Clone or download this repository

git clone https://github.com/andreynho2006/YelpCamp.git

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

License

About


Languages

Language:JavaScript 57.3%Language:HTML 37.4%Language:CSS 5.3%