StPfeffer / rusty-roads

A simple route manager application written in Rust
MIT License
0 stars 0 forks source link

Driver Endpoint #73

Closed MateusFindev closed 3 weeks ago

MateusFindev commented 1 month ago

We need to implement a new endpoint for managing drivers within our system. This implementation will involve creating the necessary database tables, Data Transfer Objects (DTOs), and the API endpoints to handle CRUD (Create, Read, Update, Delete) operations.