BegicHarun / portofolio_backend

Backend developed using .NET9 | Entity Framework 9 | PostgreSQL
0 stars 0 forks source link

Backend - Skill Model Creation and Endpoints #12

Open BegicHarun opened 3 hours ago

BegicHarun commented 3 hours ago
•Description: Define a Skill model and create CRUD endpoints for managing skills in the portfolio.
•Tasks:
•   Add Skill model with properties (Id, Name, ProficiencyLevel).
•   Implement CRUD endpoints for Skill.
•   Write tests for each endpoint.