YelpCamp is a fullstack application built during the course - The Web Developer Bootcamp by Colt Steele
Check it out https://pacific-inlet-70276.herokuapp.com/
-
Authentication:
-
User login with username and password
-
Admin sign-up with admin code
-
-
Authorization:
-
User cannot manage posts and view user profile without being authenticated
-
User cannot edit or delete posts and comments created by other users
-
Admin can manage all posts and comments
-
Admin can manage all user profiles
-
-
Manage campground posts with basic functionalities:
-
Create, view, 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
-
Flash messages handles error messages
-
Responsive web design
-
Update campground photos when editing campgrounds
-
Update personal information on profile page
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.
git clone https://github.com/WillGITCode/Yelp-Clone.git
npm install
or
yarn install
Some comments in the source code are course notes and therefore might not seem necessary from a developer's point of view.