{"id":21261922,"url":"https://github.com/devil-1964/car-management-system","last_synced_at":"2026-06-08T16:32:11.559Z","repository":{"id":262986428,"uuid":"888642887","full_name":"devil-1964/Car-Management-System","owner":"devil-1964","description":"A car management system that allows users to 💾 CRUD car details like tags, images, descriptions, and titles 🚗✨!","archived":false,"fork":false,"pushed_at":"2024-11-17T09:33:12.000Z","size":1339,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T07:44:58.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cms-cars.vercel.app/","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/devil-1964.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}},"created_at":"2024-11-14T18:48:46.000Z","updated_at":"2024-11-17T09:33:16.000Z","dependencies_parsed_at":"2025-03-15T07:41:15.533Z","dependency_job_id":"343238a1-b98e-4ce7-8e07-c798b381f945","html_url":"https://github.com/devil-1964/Car-Management-System","commit_stats":null,"previous_names":["devil-1964/car-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devil-1964/Car-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devil-1964%2FCar-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devil-1964%2FCar-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devil-1964%2FCar-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devil-1964%2FCar-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devil-1964","download_url":"https://codeload.github.com/devil-1964/Car-Management-System/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devil-1964%2FCar-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34071653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-11-21T04:56:16.345Z","updated_at":"2026-06-08T16:32:11.555Z","avatar_url":"https://github.com/devil-1964.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Car Management System 🚗\n\n## Overview\n\nThe Car Management System is an API that allows users to perform CRUD operations on car details, including tags, images, descriptions, and titles. Users can also manage their profiles and authentication.\n\n# Car Management System Pages\n\n## 1. Login Page\n### Description\nThe Login page allows users to authenticate by entering their email and password. A link to the Signup page is also provided for new users.\n\n![alt text](image-9.png)\n\n---\n\n## 2. Signup Page\n### Description\nThe Signup page enables new users to create an account by providing their username, email, and password.\n\n![alt text](image-1.png)\n\n---\n\n## 3. New Product Add Page\n### Description\nThe New Product Add page allows users to input details for a new car, including title, description, tags, and images.\n\n![alt text](image-2.png)\n\n---\n\n## 4. Product Page\n### Description\nThe Product Page displays detailed information about a specific car, including its title, description, tags, and images \u0026 Edit/Delete existing car details.\n\n![alt text](image-5.png)\n\n![alt text](image-6.png)\n\n---\n\n## 5. List/Grid View Car Page\n### Description\nThe List/Grid View Car Page shows all available cars in either a grid or list format, providing links to individual Product Pages.\n\n![alt text](image-3.png)\n\n![alt text](image-8.png)\n\n---\n\n## 5. Swagger API Documentation\n### Description\nThe Swagger API Docs page provides a comprehensive overview of the API endpoints available in the Car Management System.\n\n![alt text](image-7.png)\n\n- [Visit API Docs](https://car-management-system-rwam.onrender.com/api/docs)\n\n---\n\n\n## API Endpoints\n\n### Users\n\n- **Create User**  \n  `POST /api/users/register`  \n  Register a new user.\n\n- **Login User**  \n  `GET /api/users/login`  \n  Login user .\n\n\n### Cars\n\n- **Create Car**  \n  `POST /api/cars`  \n  Add a new car.\n\n- **Get All Cars**  \n  `GET /api/cars`  \n  Retrieve a list of all cars.\n\n- **Get Car by ID**  \n  `GET /api/cars/:id`  \n  Retrieve car details by ID.\n\n- **Update Car**  \n  `PUT /api/cars/:id`  \n  Update car details by ID.\n\n- **Delete Car**  \n  `DELETE /api/cars/:id`  \n  Remove a car by ID.\n\n## .env\n\n### Frontend\n```\nVITE_API_URL=\n\n```\n\n### Backend\n\n```\nPORT=\nMONGO_URL=\nACCESS_TOKEN_SECRET=\nFRONTEND_API=\n\n```\n\n## Cloudinary\n\nTo manage images in your Car Management System, use Cloudinary to upload images and store their URLs as strings.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevil-1964%2Fcar-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevil-1964%2Fcar-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevil-1964%2Fcar-management-system/lists"}