- 💻MyAPI (v1) 🔗repository: A REST API to interact with information regarding persons, drivers and their cars.
classDiagram
direction LR
class Car {
String plate
Date date
}
class Person{
String name
String idCard
}
class Driver {
String licence
}
Person <|-- Driver
Driver <-- Car : has owner
-
💻MyAPI (v2) 🔗repository: A REST API to interact with information regarding persons, drivers and their cars. Similar to MyApi (v1), but using classes and MVC.
-
💻MyAPI (v3) 🔗repository: A REST API to interact with information regarding persons, drivers and their cars. Similar to MyApi (v1), but using authentication and authorisation.
-
💻MyFrontend (v1) 🔗repository: Frontend for MyApi (v1)
-
💻MyFrontend (v3) 🔗repository: Frontend for MyApi (v3)
- 👉 💻MyFrontend (v1) 🔗repository: Frontend for MyApi (v1)
-
💻MyFrontend (v1) 🔗repository: Frontend for MyApi (v1)
-
💻MyFrontend (v3) 🔗repository: Frontend for MyApi (v3)