@arunkumarcoderelm/generator-coderelm-express-mvc v1.5.2
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-mvcThen generate your new project:
yo @arunkumarcoderelm/coderelm-express-mvcGetting 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 startWe 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/GraphQlLicense
MIT
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago