Social network for hikers
This is a MERN stack application.
Java backend in development: https://github.com/byrondaniels/trailfinder-java
It is a small social network app that includes authentication, profiles, forum posts and the ability to search for hikes using the Google Map API finding hikes sourced from Trail Project API
create a .env file with the following applicable environment variables
MONGODB_URI -> MongoDB database location
JWT_SECRET -> Secret key for JWT
UNSPLASH_SECRET -> Secret key for unsplash API
# Install server dependencies
npm install
# Install client dependencies
cd client
npm install
# Run both Express & React from root
npm run dev
# Build for production
cd client
npm run build
Heroku: https://hiking-trail-finder.herokuapp.com
Byron Daniels
2.0
This project is licensed under the MIT License