A website to track your running statistics, heatmaps, goals, and more. Built with React, Express, and Mongoose.
- Create a
.env
file in/backend
with the following
MONGODB_URI=<your MongoDB connection string>
PORT=3001
SECRET=<string used to and encrypt JWT>
- Run
npm install
thennpm start
in both the/frontend
and/backend
directories
- Register as a new user on the homepage
- Upload
.gpx
files to start seeing information about your runs
Note: .gpx
files can be obtained from many fitness trackers (i.e. Strava) by exporting your activity. If you don't have your own .gpx
files, some sample ones are located at the root of this project.