{"id":25308991,"url":"https://github.com/arvl130/rrg-freight-services-web","last_synced_at":"2025-07-28T05:33:12.248Z","repository":{"id":193711486,"uuid":"689351001","full_name":"arvl130/rrg-freight-services-web","owner":"arvl130","description":"🚚 Freight tracking and management system for RRG Freight Services","archived":false,"fork":false,"pushed_at":"2024-04-13T20:20:14.000Z","size":35992,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T05:14:47.471Z","etag":null,"topics":["drizzle-orm","firebase","lucia-auth","nextjs","tailwindcss","trpc"],"latest_commit_sha":null,"homepage":"https://rrgfreight.services","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/arvl130.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-09-09T14:31:57.000Z","updated_at":"2024-04-15T18:08:02.020Z","dependencies_parsed_at":"2024-01-10T11:41:28.771Z","dependency_job_id":"d556f50e-5419-4c60-a2b0-d513ab9b5009","html_url":"https://github.com/arvl130/rrg-freight-services-web","commit_stats":null,"previous_names":["arvl130/rrg-freight-services-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arvl130/rrg-freight-services-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvl130%2Frrg-freight-services-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvl130%2Frrg-freight-services-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvl130%2Frrg-freight-services-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvl130%2Frrg-freight-services-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arvl130","download_url":"https://codeload.github.com/arvl130/rrg-freight-services-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvl130%2Frrg-freight-services-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267468170,"owners_count":24092287,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["drizzle-orm","firebase","lucia-auth","nextjs","tailwindcss","trpc"],"created_at":"2025-02-13T12:51:56.728Z","updated_at":"2025-07-28T05:33:12.217Z","avatar_url":"https://github.com/arvl130.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚚 Package Tracking System for RRG Freight Services\n\n![Screenshot of the home page](https://raw.githubusercontent.com/arvl130/rrg-freight-services-web/master/preview-1.png)\n![Screenshot of the Admin dashboard page](https://raw.githubusercontent.com/arvl130/rrg-freight-services-web/master/preview-2.png)\n\nThis is the package tracking system for\n[RRG Freight Services](https://www.rrgfreight.services)—a logistics company\nfrom North Fairview, Quezon City.\n\nThis project is developed as a capstone project, in compliance with the requirements\nof CAP101 and CAP102 subject of the Bachelor of Science in Information Technology\nprogram of [Quezon City University](https://qcu.edu.ph).\n\nThe driver app is available [here](https://github.com/arvl130/rrg-freight-services-mobile).\n\n## Features\n\n- GPS-based location tracking and route optimization\n- Delivery time estimation and precise location search\n- Automatic load planning for delivery vehicles\n- Optimized batching and dispatch of packages\n- Capacity planning and monitoring for warehouses\n- Automated status updates and reminders\n- Secure sign in with biometrics and FIDO2 security keys\n\n## Tech Stack\n\n- [React](https://react.dev) and [Next.js](https://nextjs.org) with [tRPC](https://trpc.io) for frontend and backend\n- [Tailwind CSS](tailwindcss.com) for styling\n- [Lucia Auth](https://lucia-auth.com) for authentication\n- [Firebase](https://firebase.google.com) for object storage\n- [PostgreSQL](https://www.postgresql.org) for the database\n- [Tanstack Query](https://tanstack.com/query/latest) for caching\n- [Resend](https://resend.dev) for email\n- [Web SMS Sender](https://websmssender.vercel.app) for SMS\n- [AWS SQS](https://aws.amazon.com/sqs) and [AWS Lambda](https://aws.amazon.com/lambda) for queueing\n- [Google Maps API](https://developers.google.com/maps) for location search and estimations\n\n## Setup\n\nThis project requires at least Node.js v20 to be installed and uses `pnpm` for package management.\n\nYou will need a running PostgreSQL database and a Firebase project with Cloud Storage configured for object storage.\n\nTake the following steps to setup this project:\n\n1. Clone this repository.\n\n```sh\n$ git clone https://github.com/arvl130/rrg-freight-services-web.git\n```\n\n2. Install the project dependencies.\n\n```sh\n$ cd rrg-freight-services-web\n$ pnpm install\n```\n\n3. Setup the API keys and database secrets.\n\n```sh\n$ cp .env.template .env\n$ vi .env # type :wq! to exit\n```\n\n4. Obtain a copy of the seed script and save it as `db-seed.ts` in the `scripts` folder.\n\n5. Push the schema to the database and run the seeder.\n\n```sh\n$ pnpm db:push\n```\n\nThis command may fail if your database has existing tables.\n\n6. Run the project.\n\n```sh\n$ pnpm dev\n```\n\n7. Build for production. (optional)\n\n```sh\n$ pnpm build\n```\n\n## License\n\nThis project is licensed under the MIT License.\n\nCopyright © 2023 Angelo Geulin, Wally Boy Gaynor, Arlene Joy Nacion, Florence Gobilab, Rommel Rivera\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvl130%2Frrg-freight-services-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farvl130%2Frrg-freight-services-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvl130%2Frrg-freight-services-web/lists"}