Skip to content

Instantly share code, notes, and snippets.

View harranali's full-sized avatar

harranali

View GitHub Profile
@harranali
harranali / categories.json
Created October 9, 2025 21:14
categories.json
{
"categories": [
{
"id": "31fa85f64-5717-4562-b3fc-2c963f66afc2",
"name": "Économique",
"description": "Véhicules économiques et compacts, parfaits pour la ville",
"isDefault": true,
"vehicleCount": 8,
"createdAtUtc": "2024-01-15T08:00:00Z"
},
@harranali
harranali / carBrands.json
Last active October 9, 2025 20:34
carBrands.json
[
{
"id": "toyota",
"name": "Toyota",
"logo": "/images/logos/toyota.svg"
},
{
"id": "honda",
"name": "Honda",
"logo": "/images/logos/honda.svg"
@harranali
harranali / VehiclesDetails.json
Last active October 13, 2025 12:38
VehiclesDetails.json
{
"id": "1",
"brand": "Toyota",
"model": "Camry",
"categoryId": "cat-001",
"category": {
"id": "31fa85f64-5717-4562-b3fc-2c963f66afc2",
"name": "Économique",
"description": "Véhicules économiques et compacts, parfaits pour la ville",
"isDefault": true,
@harranali
harranali / Vehicles.json
Last active October 11, 2025 11:43
Vehicles.json
[
{
"id": "1",
"brand": "Toyota",
"model": "Camry",
"categoryId": "cat-001",
"category": {
"id": "31fa85f64-5717-4562-b3fc-2c963f66afc2",
"name": "Économique",
"description": "Véhicules économiques et compacts, parfaits pour la ville",