railtrack

Next.js and Supabase app to track your train journeys in Europe

AGPL-3.0 License

Stars
329
Committers
7

Track your train journeys in Europe

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.

Development

Built With

Local setup

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

License

railtrack is available under the AGPL-3.0 license. See the LICENSE file for more info.

Related Projects