Gavalencia12 / Mobile_Application

1 stars 0 forks source link

Creation of the CRUD #4

Closed Gavalencia12 closed 1 month ago

Gavalencia12 commented 2 months ago

<============ Creation of the CRUD ============>

create a CRUD for the mobile application

We need to implement Create, Read, Update, and Delete (CRUD) operations for the User, Car, and CarPost entities in our application. These operations are fundamental for managing data within the application.

Detailed Description

Steps to Reproduce

  1. User CRUD: Create a new user. Retrieve user information. Update user details. Delete a user. Car CRUD:
  2. Create a new car entry. Retrieve car information. Update car details. Delete a car entry.
  3. Car Post CRUD: Create a new car post. Retrieve car post information. Update car post details. Delete a car post.