{"id":17461580,"url":"https://github.com/hugos68/routerunner-api","last_synced_at":"2026-05-10T05:31:34.829Z","repository":{"id":258198823,"uuid":"861705311","full_name":"Hugos68/routerunner-api","owner":"Hugos68","description":"A logistic app for truckdrivers for keeping track of their trips and registering orders and retour packagings.","archived":false,"fork":false,"pushed_at":"2024-10-18T12:17:36.000Z","size":310,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T06:14:35.406Z","etag":null,"topics":["api","bun","drizzle","hono"],"latest_commit_sha":null,"homepage":"https://routerunner.nl","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hugos68.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-23T11:31:32.000Z","updated_at":"2024-10-18T12:17:07.000Z","dependencies_parsed_at":"2024-10-18T01:14:09.923Z","dependency_job_id":null,"html_url":"https://github.com/Hugos68/routerunner-api","commit_stats":null,"previous_names":["hugos68/routerunner-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugos68%2Frouterunner-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugos68%2Frouterunner-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugos68%2Frouterunner-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugos68%2Frouterunner-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hugos68","download_url":"https://codeload.github.com/Hugos68/routerunner-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978277,"owners_count":20703678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bun","drizzle","hono"],"created_at":"2024-10-18T07:03:53.839Z","updated_at":"2026-05-10T05:31:34.802Z","avatar_url":"https://github.com/Hugos68.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Routerunner\n\nA logistic app for truckdrivers for keeping track of their trips and registering orders and retour packagings.\n\n## Local Development\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n- [Bun](https://bun.sh/)\n- [PostgreSQL](https://www.postgresql.org/)\n\n### Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/Hugos68/routerunner.git\n   cd routerunner\n   ```\n\n2. Install dependencies:\n   ```\n   bun install\n   ```\n\n3. Set up environment variables:\n   - Copy the `.env.example` file to `.env`\n   - Fill in the necessary environment variables in the `.env` file\n\n### Development\n\nTo start the development server:\n\n```\nbun run dev\n```\n\nThe server will start on `http://localhost:3000`. \nThe base URL for the API is `/api/v1`.\n\n### Database Management\n\n- Push schema changes:\n  ```\n  bun run drizzle:push\n  ```\n\n- Seed the database:\n  ```\n  bun run drizzle:seed\n  ```\n  Note: Once seeded there are 3 registered users with usernames: `driver`, `planner` and `admin`. They all share the same password which is: `1234567890`.\n\n- Open Drizzle Studio:\n  ```\n  bun run drizzle:studio\n  ```\n\n### Format \u0026 Linting\n\nWe use Biome for formatting and linting. To check and automatically fix issues:\n\n```\nbun run biome:check\n```\n\n### Testing\n\nRun tests using Bun's test runner:\n\n```\nbun test\n```\n\n## Docker\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n- [Docker](https://www.docker.com/)\n\n### Docker Compose\n\nTo build and run the app (including a PostgresSQL database):\n```\ndocker-compose up -d --build\n```\n\n## API Documentation\n\n- Swagger UI: Available at `/api-docs`\n- OpenAPI documentation: Available at `/api-spec`\n\n## License\n\nSee [LICENSE](./LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugos68%2Frouterunner-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugos68%2Frouterunner-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugos68%2Frouterunner-api/lists"}