Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leovido/aqueus-yelpcamp
This is a website that uses Node JS, MongoDB to create reviews for camping sites
https://github.com/leovido/aqueus-yelpcamp
Last synced: 2 days ago
JSON representation
This is a website that uses Node JS, MongoDB to create reviews for camping sites
- Host: GitHub
- URL: https://github.com/leovido/aqueus-yelpcamp
- Owner: leovido
- Created: 2017-07-27T11:16:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T22:54:59.000Z (over 7 years ago)
- Last Synced: 2024-03-18T16:24:11.436Z (8 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YelpCamp
This is a website that uses Node JS, MongoDB to create reviews for camping sites
## Higlights
1. Login or Sign up for a new account
2. CRUD (create, read update, delete) new items (camping sites)
3. Same applies with comments for new items
4. History of submitted itemsThis is part of Colt Steele's The Complete Web Developer Bootcamp at Udemy
https://www.udemy.com/the-web-developer-bootcamp/
## How to run
Clone the project or download a zip file.
Open Terminal and go into the directory where you have downloaded the file.Let's say you stored it in 'Desktop'.
From Terminal, type:
`cd Desktop`
`cd aqueus-yelpcamp`
`npm install`
`node app.js`After doing this, open your web browser and go to localhost:8080
You may want to create a new user to create new campground and to comment too.
## Contribute
Happy to receive any form of criticism or insight to make this work better!