Trailblazer harnesses the power of Google's Maps, StreetView, and Geocoding APIs as well as Hiking Project's Data API to precisely pinpoint particular paths. Explore nature without getting lost. Trailblazer provides an assortment of trails for you to hike based on your location. The routes for these trails are then conveniently visualized on Google Maps and Google StreetView.
git clone <repository> <name>
API (terminal 1)
cd <name>
cd API
npm install then npm start
React App (terminal 2)
cd <name>
cd Trailblazer
npm install then npm start