{"id":18985508,"url":"https://github.com/jagoda11/vehicle-data-fullstack-app","last_synced_at":"2026-04-15T10:32:26.504Z","repository":{"id":222013251,"uuid":"300314275","full_name":"Jagoda11/Vehicle-Data-FullStack-App","owner":"Jagoda11","description":"🚗 Explore the Vehicle-Data-FullStack-App, combining a Node.js Express backend for vehicle data APIs with a React front-end for interactive visualization. Perfect for building vehicle-related web apps. 🌐","archived":false,"fork":false,"pushed_at":"2025-11-01T00:34:24.000Z","size":2192,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-10T22:02:34.624Z","etag":null,"topics":["api","awesome-list","backend","bootstrap","data-server","express","frontend","fullstack","fullstack-development","javascript","modern-javascript","nodejs","react","react-dom","rest-api","vehicles"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jagoda11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"Jagoda11"}},"created_at":"2020-10-01T14:44:59.000Z","updated_at":"2025-11-01T00:34:28.000Z","dependencies_parsed_at":"2024-11-08T03:26:49.334Z","dependency_job_id":"385fd358-3a90-497a-995d-1410e0575a2b","html_url":"https://github.com/Jagoda11/Vehicle-Data-FullStack-App","commit_stats":null,"previous_names":["jagoda11/vehicles-react-node","jagoda11/vehicle-data-fullstack-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jagoda11/Vehicle-Data-FullStack-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jagoda11%2FVehicle-Data-FullStack-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jagoda11%2FVehicle-Data-FullStack-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jagoda11%2FVehicle-Data-FullStack-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jagoda11%2FVehicle-Data-FullStack-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jagoda11","download_url":"https://codeload.github.com/Jagoda11/Vehicle-Data-FullStack-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jagoda11%2FVehicle-Data-FullStack-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283831386,"owners_count":26902063,"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-11-11T02:00:06.610Z","response_time":65,"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":["api","awesome-list","backend","bootstrap","data-server","express","frontend","fullstack","fullstack-development","javascript","modern-javascript","nodejs","react","react-dom","rest-api","vehicles"],"created_at":"2024-11-08T16:26:55.076Z","updated_at":"2026-04-15T10:32:21.451Z","avatar_url":"https://github.com/Jagoda11.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Jagoda11"],"categories":[],"sub_categories":[],"readme":"# 🚗 Vehicle Tracking System 🚗\n\n![Last Commit](https://img.shields.io/github/last-commit/Jagoda11/Vehicle-Data-FullStack-App/master?style=flat-square\u0026color=blue)\n![Open Issues](https://img.shields.io/github/issues/Jagoda11/Vehicle-Data-FullStack-App?style=flat-square\u0026color=orange)\n![Build Status](https://github.com/Jagoda11/Vehicle-Data-FullStack-App/actions/workflows/npm-update.yml/badge.svg?branch=master)\n\nThis is a simple vehicle tracking system built with React and Express.js. The application fetches and displays a list of vehicles and their details.\n\n## 🌟 Features 🌟\n\n- 🚘 Displays a list of vehicles with their VIN number, registration number, owner, and online status.\n- 📡 Fetches vehicle data from a backend server.\n\n## 🛠️ Technologies Used 🛠️\n\n- Frontend: React, React-Bootstrap\n- Backend: Node.js, Express.js\n\n## 🚀 Getting Started 🚀\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\n- Node.js\n- npm\n\n### Installing\n\n1. Clone the repository: `git clone https://github.com/Eric11/Vehicle-Data-FullStack-App.git`\n2. Navigate to the frontend directory: `cd Vehicle-Data-FullStack-App/frontend`\n3. Install the frontend dependencies: `npm install`\n4. Start the frontend: `npm start`\n5. Open a new terminal window or tab.\n6. Navigate to the backend directory: `cd ../backend`\n7. Install the backend dependencies: `npm install`\n8. Start the backend server: `npm run start`\n\nThe frontend will start running at `http://localhost:3000` and the backend will start running at `http://localhost:4000`.\n\n## 🧪 Running the tests 🧪\n\nRun `npm test` in the respective frontend or backend directory to execute the unit tests.\n\n## 📦 Deployment 📦\n\nRun `npm run build` in the frontend directory to build the project for production.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagoda11%2Fvehicle-data-fullstack-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjagoda11%2Fvehicle-data-fullstack-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagoda11%2Fvehicle-data-fullstack-app/lists"}