This is a sample of a Software as a Service application on Node.js with Express.js, MySQL and MongoDB (implementing REST API, of course). It was initially generated using [Generator Angular Fullstack] (https://github.com/angular-fullstack/generator-angular-fullstack).
Application is served using Grunt task runner. In order to demonstrate the implementation and usage of this scaffolding for SaaS architectures, build tasks for client assets has been deactivated in Grunt tasks.
- Install NPM global dependencies:
npm install -g sequelize sequelize-cli mysql
- Run server in development mode:
grunt serve
[Generator Angular Fullstack] (https://github.com/angular-fullstack/generator-angular-fullstack)