Skip to content

Plan your hiking adventures, multi-day-hikes and through-hikes and organize upcoming hiking days according to your progress.

Notifications You must be signed in to change notification settings

rbrtrfl/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commitizen friendly

Pathfinder

Plan your hiking adventures, multi-day-hikes and through-hikes and organize upcoming hiking days according to your progress.

Screenshots

Getting Started

  1. Clone this repo.

    git clone https://github.com/rbrtrfl/pathfinder
  2. Install dependencies in root, server and client folder

    npm install
  3. Create .env file in client folder

    REACT_APP_MAPBOX_TOKEN=
    REACT_APP_THUNDERFOREST_TOKEN=
    REACT_APP_DB_HOST=
    REACT_APP_DB_PORT=
  4. Create .env file in server folder

    DB_HOST=
    DB_PORT=
    DB_PASS=
    DB_USER=
    EXPRESS_HOST=
    EXPRESS_PORT=
  5. Install MongoDB on your machine

  6. Start the server. From the server folder, run

    npx nodemon
  7. Start the client. From the client folder, run

    npm start
  8. Example gpx Tracks can be found in the /gpx folder.

Tech Stack

About

Plan your hiking adventures, multi-day-hikes and through-hikes and organize upcoming hiking days according to your progress.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published