Skip to content

Arunkumarcs/generator-coderelm-express-mvc

Repository files navigation

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

About

generator-coderelm-express-mvc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published