Skip to content

Sample of a Software as a Service REST API application on Node.js with Express.js, MySQL and MongoDB.

License

Notifications You must be signed in to change notification settings

bitbrothers/nodejs-saas-app-sample

 
 

Repository files navigation

Node.js SaaS App sample

Abstract

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).

Implementation

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

Results and Conclusions

Dependencies

[Generator Angular Fullstack] (https://github.com/angular-fullstack/generator-angular-fullstack)

About

Sample of a Software as a Service REST API application on Node.js with Express.js, MySQL and MongoDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.2%
  • ApacheConf 11.2%
  • HTML 8.4%
  • CSS 1.2%