Open Issues Need Help
View All on GitHub 2. Implements Services in Layers Services about 2 months ago
AI Summary: Implement CRUD (Create, Read, Update, Delete) services for a layered service architecture. This involves creating functions for saving, finding all, finding by ID, deleting, and updating data.
Complexity:
3/5
enhancement good first issue
1. Create entities for the api about 2 months ago
AI Summary: Create one or more data entities to be used by the API. This involves defining the structure and attributes of the data objects that will be handled by the API.
Complexity:
3/5
good first issue