Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 1.54 KB

README.md

File metadata and controls

75 lines (52 loc) · 1.54 KB

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