1.5.2 • Published 5 years ago

@arunkumarcoderelm/generator-coderelm-express-mvc v1.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago