shankarling2000 / Yelp-camp

A Web application with full CRUD operations.

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. It is a web application designed to add, rate and review different campgrounds, different users(read campers) can put in their comments and concerns, so that it is a well informed and well prepared camping trip for other users. Live Demo

For Live Demo go to https://bit.ly/3ulXYPT

Login Username : shan

Password : shan

Features

Authentication:
    User login with username and password

Authorization
    One cannot manage posts and view user profile without being authenticated
    One cannot edit or delete posts and comments created by other users

Manage campground posts with basic functionalities:

    Create, edit and delete posts and comments

    Upload campground photos

    Display campground location on Google Maps (working on it)

    Search existing campgrounds

Manage user account with basic functionalities

    Flash messages responding to users' interaction with the app

    Responsive web design

Custom Enhancements (under construction)

    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

Install dependencies

npm install Built with

Front-end
ejs Google Maps APIs
Bootstrap
Back-end
express
mongoDB
mongoose
passport
passport-local
express-session
method-override
Heroku
Cloud9

License

MIT

About

A Web application with full CRUD operations.


Languages

Language:JavaScript 89.3%Language:EJS 5.7%Language:CSS 5.0%