This is a simple web application that allows you to share your 2020 stats by authenticating with apps like Strava, Goodreads, Spotify, etc.
Run on express server
cd server/
nodemon index.js
Go to localhost:4000
cd client/
yarn install
yarn run start
Go to localhost:3000
- Add your application keys to
/server/config/keys.js