Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

cbmen

cbmen- Config-Backend with MongoDB, Express and NodeJS, is an npm package that helps you kickstart your backend project with a well-organized structure. It also provides the flexibility to install important additional libraries, saving you time and effort.

Github repo: https://github.com/navik11/cbmen

Features

  • Initiate a backend project with a predefined project structure.
  • Choose and install additional libraries like multer, cloudinary, jsonwebtoken, bcrypt, etc.
  • Save time on setting up the initial project configuration.

Uses

Installation

To use cbmen, you need to have Node.js, npm and bash installed on your machine.

First of all initialize your project by npm init and then

npm i -D cbmen && npx cbmen

Answer the project setup questionaire, cbmen will automatically setup the project for you.

Now, you are ready to take off!

Project structure

project-root
├── node_modules
├── public
│   └── temp
├── src
│   ├── controllers
│   ├── db
│   │   └── index.js
│   ├── middlewares
│   ├── models
│   ├── routes
│   ├── utils
│   │   ├── ApiErrorRes.js
│   │   └── asyncHandler.js
│   ├── app.js
│   ├── constants.js
│   └── index.js
├── .env
├── .gitignore
├── .prettierignore
├── .prettierrc
├── package.json
└── README.md

Feedback and Support

For any issues, feedback, or support, please contact me
Sachida, navik09.me@gmail.com | sachidanan22@iitk.ac.in

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages