Supercharged Express Generator with below features
- Express Js with MVC code base.
- Sequalize ORM
- Nunjucks template engine
- Testing framework Jest and Puppeteer
- GraphQl
PreConfigured Singlepage application setup using.
- ES6 Webpack
- Vue
- React
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