Skip to content
View catarinafoliveira's full-sized avatar

Highlights

  • Pro

Block or report catarinafoliveira

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
catarinafoliveira/README.md

Avilable Repositories

NodeJS APIs

  • 💻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
Loading
  • 💻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.

Angular Applications (v18)

Angular Applications (v19)

Vue Applications

Pinned Loading

  1. AngularFrontend_v1 AngularFrontend_v1 Public

    HTML

  2. AngularFrontend_v2 AngularFrontend_v2 Public

    HTML

  3. myFrontend_v1 myFrontend_v1 Public

    Vue

  4. myFrontend_v3 myFrontend_v3 Public

    Vue

  5. myApi_v1 myApi_v1 Public

    JavaScript

  6. myApi_v3 myApi_v3 Public

    JavaScript