Analytics
Web app to track your train journeys in Europe
Track your train journeys in Europe
Try it out »
Railtrack allows you to keep track of your journeys with public transport in and around Switzerland. Journey data comes from the Swiss public transport API. Railtrack will give you an overview and statistics about your past journeys.
After cloning the repository, install the dependencies.
pnpm install
Set up the local environment variables with your personal Supabase and Mapbox tokens. You must create your own Supabase project and Mapbox account to get these tokens.
cp .env-example .env
# now edit the .env file
Push the schema to the database
npx prisma db push
Run the app locally. If you want to avoid setting up Google Sign Up, log in using email/password.
pnpm run dev
Run tests locally. For this you need to have a local instance of the app running.
pnpm run test
railtrack
is available under the AGPL-3.0 license. See the LICENSE file for more info.