generator-makrina documentation

Generate MEAN boilerplate. Featuring model and route CRUD endpoint sub-generators and an admin interface.

Makrina generates a starting project with the following stack and features.

Technology Stack

  • Mongo DB
  • Express.js
  • Angular JS
  • Node.js

Features

  • EJS templates
  • An admin interface based on Gentelella Admin template
  • Latest Angular v1.6 scaffolding created by sub-generators
  • Mongoose models created by sub-generators
  • API route endpoints for the models
  • An extended gulpfile for building and testing
  • Ready for Tests using mocha, chai, sinon, karma, protractor.
  • Generated code should have already 100% coverage or nearly.
  • CSRF protection.