This project is the backend of the Nightlight application, a GPS tracking app for friends and family.
- Remix.run
- Typescript
- React
- Postgres
- Gmail
- MailTrap
- MapBox
- Strava
This public repo is for code reviews and examples of code.
The actual in-flight code is stored in a private repo and gets moved to this repo
if significant changes occur.
APP_URL="http://localhost:3000"
DATABASE_URL=YOUR_VALUE
GMAIL_PASS=YOUR_VALUE
GMAIL_USER=YOUR_VALUE
MAIL_TRAP_USER=YOUR_VALUE
MAIL_TRAP_PASSWORD=YOUR_VALUE
MAPBOX_API=YOUR_VALUE
STRAVA_CLIENT_ID=YOUR_VALUE
STRAVA_CLIENT_SECRET=YOUR_VALUE
STRAVA_REFRESH_TOKEN=YOUR_VALUE
TOKEN_SECRET=YOUR_VALUE
npm run dev