Skip to content

Repository files navigation

TrailBlazer

Yelp, but for hiking trails.

To Use

TrailBlazer is not quite ready for primetime, and as such is not hosted anywhere. If you wish to build it, you will need to supply a MySQL database to connect to and a dbConfig.js in the models folder, set up like the following:

module.exports ={ 
    user: ....,
host: ....,
dbname: ....,
pw: ....,
port: ....,
}

Alternatively, you can hardcode any SQL database information into the index.js file in the models folder and the sessionStore setup in app.js (make sure to comment out the calls to dbconfig).

You'll also need

After that, simply running npm install should get you everything you need.

About

Yelp, but for hiking trails.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages