A project created using NodeJs , Javascript , MongoDB (Database) , GoogleAPI's and styled using Bootstrap
- A Campground Project where user can SignUp using YelpCamp Authentication or Google SignIn
- Once the user is login they can VIEW all the campgrounds , ADD a new campground or EDIT an existing one
- A user can also COMMENT or LIKE on an existing campground
- They can view a USER PROFILE of the CREATOR of the campground
- A FUZZY SEARCH has been created where a user can search for a specific campground by campground name
- A user can add Name , Description , $/night , Image Url while creating a new campground
- A contact form created using SendGrid API
- Admin User Role Authorization Added