exsp-gen

5.0.4 • Public • Published

exsp-gen , help to generate boilerplate

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.

Installation

  npm install -g exsp-gen
  exsp-gen --version

How use It

  exsp-gen create-node-app --name test --db mysql
  exsp-gen create-node-app --name test --db mongodb
  exsp-gen create-node-app --name test --db psql
  • --name - Identifies the project name.
  • --db - Identifies the database type.

Available Services

  • create-node-app: Used to create a Node.js project.
  exsp-gen create-node-app --name test --db mysql
  • create-python-app: Used to create a Python project.
  • create-react-app: Used to create a React project.

Features New Added

  • Login/SignUp
  • GET Profile
  • UPDATE Profile
  • Upload Profile with S3 Bucket
  • Pagination
  • CRUD Operations
  • Upload File
  • S3 Bucket
  • Sequelize ORM
  • Sequelize CLI
  • Mongodb

COMING SOON ...

  • Python Repid Setup
  • React Repid Setup
  • Socket.io - Using socket.io You can create chat app
    • Single Chat
    • Group chat

Authors

Hi, I'm Vivek Methew! 👋

YouTube Channel

SUBSCRIBE to our YouTube channel!

  • @vivek dev

    Don't forget to like and comment on our videos to let us know what you think!

Package Sidebar

Install

npm i exsp-gen

Weekly Downloads

91

Version

5.0.4

License

ISC

Unpacked Size

992 kB

Total Files

19

Last publish

Collaborators

  • vivek-dev