Skip to content

omarakamal/create-mern-omar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-mern-omar

A simple CLI generator to quickly scaffold a MERN stack project with Express and Mongoose.

This generator is an opinionated generator that is using express as a framework and mongoose as the ODM.

This generator creates a ready-to-use backend structure with the following:

  • Express server (server.js)
  • MongoDB connection setup (db/index.js)
  • Models folder for Mongoose schemas (models/)
  • Controllers folder for route logic (controllers/)
  • .env and .gitignore setup

This generator is implemented using ES Modules and works as a CLI tool. However the project is using CommonJS


Installation

  1. Start your application with the following commands:
mkdir project-name
cd project-name
npm create mern-omar

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors