https://github.com/saajan94/campgroundapp
CampGuide is an application that uses Express.js, Node.js, and MongoDB to allow users to view and create various campsites. Passport is used for full authentication.
https://github.com/saajan94/campgroundapp
bootstrap css ejs expressjs html javascript mongodb mongoose nodejs passport rest
Last synced: 3 months ago
JSON representation
CampGuide is an application that uses Express.js, Node.js, and MongoDB to allow users to view and create various campsites. Passport is used for full authentication.
- Host: GitHub
- URL: https://github.com/saajan94/campgroundapp
- Owner: saajan94
- License: mit
- Created: 2018-11-29T01:19:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T05:34:57.000Z (about 7 years ago)
- Last Synced: 2026-01-03T11:39:43.678Z (6 months ago)
- Topics: bootstrap, css, ejs, expressjs, html, javascript, mongodb, mongoose, nodejs, passport, rest
- Language: JavaScript
- Homepage: https://desolate-ocean-93999.herokuapp.com/
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CampGuide
https://desolate-ocean-93999.herokuapp.com/
CampGuide is an application that uses Express.js, Node.js, and MongoDB to allow users to view and create various campsites. Passport is used for full authentication.
### How It Works
* Initially, the user can simply view the available campgrounds.
* Once a user account is created, comments can be added to existing campgrounds and new campgrounds can be created.
* Users are only able to manipulate/edit the items that they themselves create (comments, campgrounds, etc.).
### Technologies Used
* JavaScript
* Bootstrap
* REST
* MongoDB
* Mongoose
* HTML
* CSS
* EJS
* Express.js
* Node.js
* Passport