https://oregon-hikes.onrender.com/
https://github.com/rbrown29/Oregon-Hikes
- This is new look based on my other project Oregon Hikes.
- https://github.com/rbrown29/sturdy-octo-computing-machine
- View, Click hike name to see more details, videos, and a map of hike.
- Sign up
- Login
- Know the difficulty of the trail
- Know the distance of the trail
- view the json data at localhost:3001/hikesData
- view the json data at localhost:3001/trailsData
- view the json data at localhost:3001/bikingData
- Internet search for more information on the hike, or the area.
- View a 3D Terrain Elevation map of the hike.
- View a Data map of the hike.
- View a 2D and 3D google earth map of the hike.
- View a video of the hike.
- YouTube
- All Trails
- OregonHikers.org
- Travel Oregon
- Vist Oregon
- Leaflet Open Street Maps
- data.oregon.gov (Oregon State Data api)
- Google Earth
- Google Maps
- Mapbox
- https://docs.mapbox.com/mapbox-gl-js/example/query-terrain-elevation/
- https://www.mapbox.com/blog/building-cinematic-route-animations-with-mapboxgl
- Ensure you have Node.js installed.
- Create a free Mongo Atlas database online or start a local MongoDB database.
- Create a
server/.env
file with aMONGO_URL
property set to your MongoDB connection string. - In the terminal, run:
npm install
- In the terminal, run:
npm start
ornode sever.js
ornodemon sever.js
- Browse to frontend at localhost:3001.
- Sign up and login to add, edit, or delete hikes.