pluginagentmarketplace/custom-plugin-nodejs▌
3 approved skills in this repository
express-rest-api
Backend
Production-ready REST API development with Express.js, covering routing, middleware, validation, and error handling. \n \n Supports standard HTTP methods (GET, POST, PUT, DELETE) with RESTful route design patterns and centralized error handling \n Includes middleware patterns for authentication, validation, CORS, security headers, and request logging \n Provides structured project organization (controllers, routes, services, models) and common response formats with pagination support \n Covers e
mongoose-mongodb
Backend
MongoDB object modeling in Node.js with schema validation, relationships, and advanced queries. \n \n Covers schema design with field validation, CRUD operations, and relationship management through references and population \n Includes middleware hooks, virtual properties, indexes, and aggregation pipelines for complex data transformations \n Supports query operators for filtering, logical operations, and regex matching across documents \n Best practices include environment-based connection man
docker-deployment
Cloud
Master containerizing and deploying Node.js applications with Docker for consistent, portable deployments.