Skip to content

faarisali/mongo-camp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongo-camp

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/

Setup Guide

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.

Running the project

To get the site working locally, run ./s in the root directory terminal.

If ./s fails

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.

About

A web application that allows users to create campsite postings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors