@arunkumarcoderelm/generator-coderelm-express-mvc
v1.5.2
Published
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.
Downloads
27
Maintainers
Readme
generator-coderelm-express-mvc
This generator creates copy of Coderelm Express MVC setup from Coderelm team.
Supercharged Express Generator with below features
- Express Js with MVC code base.
- Sequalize ORM
- Nunjucks template engine
- Testing framework Jest and Puppeteer
- GraphQl
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