• Designed and created a real-time online booking web app - 'YelpCamp', that allows you to create new and book previously created campgrounds and leave reviews for campgrounds as well!
• Technologies used for Front-end were HTML, CSS, Bootstrap and for the Back-end NodeJS, ExpressJS, MongoDB, Mongoose were used.
• Implemented User Authorization(Login/Signup) with PassportJS that uses JWTs to create sessions for a certain user after login!
- Users can create, edit, and remove campgrounds.
- Users can review campgrounds, edit or remove their review.
• In order to review or create a campground, you must have an account.
• In order to edit or remove a campground or review, you must be the author of that campground or review respectively.