A react project that highlights my runs, shoes, and races.
Demo: https://vsrun-app.vercel.app
- Node 18
- Postgres
- React 18
-
Install dependencies
yarn install
-
Setup postgres database and update .env DATABASE_URL
-
Create Strava app and update .env STRAVA_CLIENT_ID and STRAVA_CLIENT_SECRET On Strava api settings, specify callback domain with
localhost:3000
-
Push db schema
yarn prisma db push
-
Run server
yarn dev