6.0.0 • Published 9 months ago

mern-gen-cli v6.0.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Installation

You can install the mern-gen-cli globally using npm:

npx mern-gen-cli projectname
npm install -g mern-gen-cli
mern-gen-cli projectname

RUn App

npm run dev will use nodemon and npm start node

 npm run dev
 npm start

      "start": "node app.js",
      "dev": "nodemon app.js"

MERN Generator CLI

A command-line interface (CLI) tool to quickly generate a boilerplate MERN (MongoDB, Express, React, Node.js) backend project structure. This tool helps streamline the process of setting up your backend environment, allowing you to focus on development.

Features

  • Installs essential packages: MongoDB, Express, CORS, dotenv.
  • Generates a project structure with models, controllers, services, and routes.
  • Connects to MongoDB with easy configuration through an environment file.
6.0.0

9 months ago

5.0.0

9 months ago

4.0.0

9 months ago

3.0.0

9 months ago

2.0.0

9 months ago

1.0.0

9 months ago