UNPKG

rapidrestify

Version:

Create a robust Node.js backend REST API boilerplate integrated seamlessly with MongoDB. This package offers a comprehensive foundation for swiftly developing RESTful APIs. It includes a collection of pre-configured components, aiding in rapid setup and d

36 lines (35 loc) 1.37 kB
{ "name": "rapidrestify", "version": "2.0.3", "description": "Create a robust Node.js backend REST API boilerplate integrated seamlessly with MongoDB. This package offers a comprehensive foundation for swiftly developing RESTful APIs. It includes a collection of pre-configured components, aiding in rapid setup and deployment. Streamline your backend development process with intuitive folder structures, standardized error handling, authentication middleware, database integration, and endpoint scaffolding. Simplify API creation with this boilerplate, equipped with essential tools and configurations, enabling developers to focus on application logic. Kickstart your Node.js backend project effortlessly, ensuring scalability, security, and maintainability in every API endpoint", "bin": { "exsp-gen": "lib/index.js" }, "main": "lib/index.js", "scripts": { "build": "tsc && copyfiles -u 1 src/**/*.json lib" }, "keywords": [ "express", "generator", "boilerplate", "ts", "nodejs", "MongoDB", "jwt", "aws", "s3", "sequelize", "sequelize-cli", "postgresSQL", "mysql" ], "author": "vivek methew", "license": "ISC", "devDependencies": { "@types/node": "^20.11.20", "copyfiles": "^2.4.1", "nodemon": "^3.0.2", "ts-node": "^10.9.2" } }