Skip to content

A Node.js web application project from the udemy course

Notifications You must be signed in to change notification settings

ankurchaudhary23/yelp_camp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YelpCamp

A Node.js web application project from the Udemy course -

Live Demo

To see the app in action, go to [https://evening-eyrie-47517.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

  • Manage user account with basic functionalities:

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

  • Responsive web design

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

https://github.com/ankurchaudhary23/yelp_camp.git

Install dependencies

npm install

or

yarn 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

ankurchaudhary23 (student)

Releases

No releases published

Packages

No packages published