Skip to content

Add categories CRUD functionality with tests#198

Closed
bibibibibap wants to merge 7 commits intoJordanKnott:masterfrom
YK0317:feature/categories-crud
Closed

Add categories CRUD functionality with tests#198
bibibibibap wants to merge 7 commits intoJordanKnott:masterfrom
YK0317:feature/categories-crud

Conversation

@bibibibibap
Copy link
Copy Markdown

@bibibibibap bibibibibap commented Sep 6, 2025

Adds CRUD functionality for categories, including:

  • Mongoose model for Category
  • Controller with create, read, update, and delete endpoints
  • Express routes for category API
  • Jest test suite for all endpoints

@YK0317 YK0317 deleted the feature/categories-crud branch September 7, 2025 08:19
bibibibibap and others added 6 commits September 7, 2025 16:39
- Created Category model with Mongoose schema and validation
- Implemented categoryController with full CRUD operations
- Added RESTful routes for category management
- Set up Jest testing framework with comprehensive test suite
- Added proper error handling and validation
- Configured test coverage and CI-ready scripts
Added Authentication & Build Automation Feature
@YK0317 YK0317 closed this by deleting the head repository Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants