Skip to content

byrondaniels/trailfinder-complete

Repository files navigation

TrailFinder rev1

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

Quick Start

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

App Info

Hosted

Heroku: https://hiking-trail-finder.herokuapp.com

Author

Byron Daniels

Version

2.0

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published