A simple Fast CLI that create Express+Mongoose MVC pattern

Overview

express-schema-generator

Site | Docs | Contributing | Code of Conduct | Twitter | Chat

Bored Writing and Creating the Same Express MVC Folders Again and Again Here we Go

The express-schema-genrator is a simple Fast CLI that create Express+Mongoose MVC pattern.

$ npm i -g express-schema-generator

// it is CLI Base so need to install Globally

Generate MVC Base Schema File Structure:

How to Use in Terminal:

// Create the Whole Basic Express Schema.
create-express-schema create <projectName>

// 
   
     is Same as File Name
   

// To Download Models and Controllers

cd <projectName>

// Now To Download Models and Controllers

create-express-schema add <modelName1> <modelName2> <modelName3>

Go Through the Schema Model Selects Through 100+ Schema

express-schema-generator is released under the MIT license & supports modern environments.

Please Star the Repo on GitHub and Share with Other Fellow Developers

Installation

Using npm:

$ npm i -g express-schema-generator 
// it is CLI Base so need to install Globally

$ npm i express-schema-generator

Note: add --save if you are using npm < 5.0.0

Bore Writing and Creating the Same Express MVC Folders Again and Again Here we Go .

Why Express-Schema-Generator?

Programming is all About simplifying and Automating Stuff

Then Why Build Same BoilerPlate Again and Again

Use this Package and (getAwayFromThePain) create Express+Mongoose BoilerPlate

  • Get Read of Wrting and Creating Same Thing
  • Choose from +100 Models and Controllers
  • Directly Start Working on the real Logic
  • Reduce time of Development by atleast 10%

Please Contribute Models and Controllers

Become a Open Source Contributer

We express-schema-generator wants to help Each and Every Programmer Writing real Logical code, without wasting time of Generating the MVC Schema.

So We are Here to Add as much as Models and Controllers and Other important files as Possible

How can You Support and Help others?

If you have written any unique schema, Add that to this list, How?Simple

  • Go the Github Repo
  • Fork that Repo => Add the Model and Contoller in Samples
  • Clone and Download it and Add the File in given manner.
  • Name of the Model Need to be Unique and Self explainatory
  • Upload in your Repo => Pull Request and Done

Licence

MIT

I love to work with Open Source Projects

Contact Me Twitter Linkedin

Keywords

express-schema-generator express-mongoose-boilerplate mongoose-boilerplate mvc express schema express-schema create-express-server create-express-Schema create-mongoose-server

You might also like...

Node Express Template (NET.ts) - a small template project which help you to speed up the process of building RESTful API

Node Express Template (NET.ts) - a small template project which help you to speed up the process of building RESTful API

Jan 4, 2023

Apollo Server Express Boilerplate

Boilerplate for graphql and graphql-ws using Apollo Server Express and powered by TypeORM and TypeGraphQL to make your work is quicker and easier.

Dec 14, 2022

Express Graphql Clean Architecture

Folder pattern for express graphql starterkit clean architecture, easy to scalable and easy to maintenance, explore documentation for more about this starterkit https://typegraphql.com

Aug 14, 2022

Postgres Node.js Express TypeScript application boilerplate with best practices for API development.

Node TypeScript Boilerplate Postgres Developer Ready: A comprehensive template. Works out of the box for most Node.js projects. This project is intend

Aug 28, 2022

A boilerplate for REST API Development with Node.js, Express, and MongoDB using TypesScript

node-mongo-boilerplate A simple boilerplate for NODEJS, EXPRESS and MONGODB REST API development . Quick Start Make sure you have node.js v14 + npm v8

Oct 16, 2022

A professional front-end template for building fast, robust, and adaptable web apps or sites.

HTML5 Boilerplate HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites. This project is t

Dec 28, 2022

DEPRECATED - A front-end template that helps you build fast, modern mobile web apps.

Deprecation Note Mobile Boilerplate is no longer maintained. Please use HTML5 Boilerplate as a decent starting point for your project. Mobile Boilerpl

Dec 14, 2022

✨ Create server-rendered universal JavaScript applications with no configuration

✨ Create server-rendered universal JavaScript applications with no configuration

Universal JavaScript applications are tough to setup. Either you buy into a framework like Next.js or Nuxt, fork a boilerplate, or set things up yours

Jan 8, 2023

⚡️ Set up Next.js Progressive Web App with `npx create-next-pwa`

⚡️ Set up Next.js Progressive Web App with `npx create-next-pwa`

⚡️ create-next-pwa A cross-platform Node.js based CLI tool that creates Progressive Web App (PWA) with Next.js. You can also integrate tailwind with t

Nov 20, 2022
Owner
Shantanu Bombatkar
Techie, turn chemical engineer, so love Tech and Chem both😁, Self Taught Pythonist, Freelancer web developer, and content writer😎.
Shantanu Bombatkar
About Folder pattern for express rest api starterkit clean architecture, easy to scalable and easy to maintenance.

Express Rest Api Clean Architecture The following is a folder pattern for express rest api starterkit structure pattern that I usually use, so if you

Restu Wahyu Saputra 50 Dec 20, 2022
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose

By running a single command, you will get a production-ready Node.js app installed and fully configured on your machine. The app comes with many built-in features, such as authentication using JWT, request validation, unit and integration tests, continuous integration, docker support, API documentation, pagination, etc. For more details, check the features list below.

Hagop Jamkojian 5k Dec 31, 2022
Very minimalistic boilerplate to start most Typescript Express projects. Includes Mongodb connection via Mongoose with a sample post model.

Minimalist express-typescript-boilerplate Available Scripts - `tsc' - builds the tsc project to the dist folder - `build` - cleans the previous build

Black Axe 16 Dec 13, 2022
ACK Microservice NestJs Mongoose Boilerplate 🔥 🚀

Microservice NestJs Boilerplate. Boilerplate combine NestJs Http and NestJs Kafka Microservice. Authentication (OAuth2), Mongoose, MongoDB , Configuration, and Multi Languages (i18n). Advance Example ??. NestJs v8 ????. Production Ready ????

Andre Christi Kan 57 Jan 3, 2023
Express typescript boilerplate using @types/node, @types/express

Express framework boilerplate in typescript.

Harris Gurung 3 Sep 21, 2022
A cli tool to generate cra-template from current create-react-app project.

Create Cra Template A cli tool to generate cra-template from current create-react-app project. Create Cra Template Templates cra-template-popular cra-

Yoki 23 Aug 18, 2022
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)

React Starter Kit — "isomorphic" web app boilerplate React Starter Kit is an opinionated boilerplate for web development built on top of Node.js, Expr

Kriasoft 21.7k Jan 1, 2023
korrijs is a backend framework that built on express.js

körri-backend this is not a fork of any project. please support. -features: -automatic routing from file system "/routers" directory for eg.: you have

null 5 Aug 22, 2022
This is a template project demonstrating how the MERN stack(Mongo, Express, React, Node) can be used, here we have the back end implementation and there is the React implementation as the front end

Versão em português MERN stack This is a template project demonstrating how the MERN stack(Mongo, Express, React, Node) can be used, here we have the

Douglas Samuel Gonçalves 2 Jan 22, 2022
A NodeJS Express server that uses Prisma ORM.

Express - Prisma Template (Typescript) A NodeJS Express server that uses Prisma ORM. Stack NodeJS Express Prisma TypeScript File Structure src/config

Nabeegh Ahmed 3 Feb 4, 2022