Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Car CRUD Operations #21

Merged
merged 8 commits into from
Feb 17, 2024
Merged

Implement Car CRUD Operations #21

merged 8 commits into from
Feb 17, 2024

Conversation

Estete9
Copy link
Collaborator

@Estete9 Estete9 commented Feb 16, 2024

This PR includes:

{
    "car": {
        "name": "Test car name",
        "description": "A Tesla car is an electric vehicle known for its innovative technology, high performance, and sustainability.",
        "car_detail_attributes": {
            "engine_type_id": 1,
            "horsepower":303,
            "torque":284,
            "fuel_economy":"4.5 miles/kWh",
            "seating_capacity":3,
            "cargo_space":"9.1 cu ft",
            "infotainment_system":"7-inch touchscreen, Tesla CarPlay/Android Auto",
            "safety_rating":"5-star NHTSA",
            "tech_features":"Bluetooth, Backup Camera, Adaptive Cruise Control",
            "special_features":"LED Headlights, Available panoramic sunroof"
        }
    }
}

@fmanimashaun fmanimashaun merged commit 4c86292 into dev Feb 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants