An open API service indexing awesome lists of open source software.

https://github.com/georgejkaye/transport-tracker

Get the details of transport you've been on
https://github.com/georgejkaye/transport-tracker

Last synced: about 2 months ago
JSON representation

Get the details of transport you've been on

Awesome Lists containing this project

README

        

# transport-tracker

A full stack web app for tracking use of public transport.

## Development

### Environment

- `POETRY_VERSION`
- `API_PORT`
- `CLIENT_PORT`
- `RTT_USER`

For populating the dev database we pull data from the prod database using the
following variables.

- `DB_NAME`
- `DB_USER`
- `DB_HOST`

### Secrets

- `rtt.secret` Realtime Trains API key
- `db.secret` Prod database password

### Docker

```sh
docker compose -f docker-compose.dev.yml up --build
```