A web application that allows users to create campsite postings. You can check out the site hosted on Heroku at http://mongo-camp.herokuapp.com/
This project requires that Node.js be installed on the machine running the code. You can install Node.js at https://nodejs.org/en/.
This project also needs to have MongoDB installed from https://www.mongodb.com/try/download/community. Make sure that you have a DB running at mongodb://localhost:27017/yelp_camp. If your URL is different, change the DB_URL_LOCAL constant in app.js to the URL you are using.
To setup the node modules used in this project, run npm install.
To get the site working locally, run ./s in the root directory terminal.
If it does not work, make sure the node server is running in your terminal and reload your browser.
If it still fails then run node app.js instead and go to localhost:3000 in your browser.