amamolo9986 / The-Porsche-Project

MIT License
0 stars 0 forks source link

Add model Id specific endpoint #12

Open amamolo9986 opened 1 month ago

amamolo9986 commented 1 month ago

Create the /models/{modelId} endpoint along with the model.html view. Should be able to get here from the homepage. We will need our list of cars before doing this because we cant find by id unless we have the cars csv or API available and parsed.

amamolo9986 commented 4 weeks ago

We will also need to create the Porsche object. We also need to establish the relationship, but I'm not sure if we need to do this yet. At the moment we just want to access the endpoint.