April 17th
April 17
Focus: Initial setup and basic CRUD functionality.
User Model & Routes: Created or refined the database model for
User
, including fields likeid
,name
,email
, androle
. Set up the basic API or view routes for listing, creating, updating, and deleting users.Project Model & Routes: Defined the initial
Project
model with fields likeid
,name
,description
,created_by
,created_at
. Implemented create and list functionality for projects.Validation & Basic Testing: Added input validation for both user and project creation. Wrote initial tests to verify that creation and listing endpoints work as expected.
Last updated