han-ngo / YelpTrail

Online Hiking Trails Review Application using JS, NodeJS, MongoDB, and etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YelpTrail – Online Hiking Trails Review Application

YelpTrail is a project completed during Colt Steele's bootcamp. This version was personalized and tweaked beyond what was learned during the bootcamp.

Setting Up

The current version can be used locally or via Cloud9.

Running The Application

Run the database at the root with this command:

./mongod

Or, this command if errors with clean exit appears:

killall mongod ; cd ; ./mongod --repair ; cd data ; rm -rf mongod.lock ; cd ; ./mongod

Then, direct to the v5 folder:

cd workspace/YelpTrail/v5/

Run the application:

node app.js

The demo can be viewed by clicking on Preview, then Preview Running Application.

Deployment

To be updated

Built With

Authors

  • Mia Ngo - Implement and Tweak
  • Colt Steele - Initial Idea & Backbone Code

About

Online Hiking Trails Review Application using JS, NodeJS, MongoDB, and etc.


Languages

Language:JavaScript 61.8%Language:HTML 37.2%Language:CSS 0.9%