Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 items

This 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!