@arunkumarcoderelm/generator-coderelm-express-mvc

This generator creates copy of Express MVC setup from Coderelm team. Supercharged Express Generator with Express MVC structure integrated with Sequalize ORM and Nunjucks template engine from Coderelm.Jest and Puppeteer test framework integrated.

Usage no npm install needed!

<script type="module">
  import arunkumarcoderelmGeneratorCoderelmExpressMvc from 'https://cdn.skypack.dev/@arunkumarcoderelm/generator-coderelm-express-mvc';
</script>

README

generator-coderelm-express-mvc

This generator creates copy of Coderelm Express MVC setup from Coderelm team.

Supercharged Express Generator with below features

Installation

First, install Yeoman and generator-coderelm-express-mvc using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g @arunkumarcoderelm/generator-coderelm-express-mvc

Then generate your new project:

yo @arunkumarcoderelm/coderelm-express-mvc

Getting Started

Change database connection in db/config/config.json this is your sequalize connection config file.

Start the project using below command.

npm start  or yarn start

We have integrated GraphQl as default feature so once the server start you can view the GraphQl playground in below url

http://localhost:3000/api/

GraphQl schema and resolver can be found in below folder path in your project.

plugins/GraphQl

License

MIT