Skip to content

Instantly share code, notes, and snippets.

@lirantal
Created December 24, 2016 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lirantal/03da0ce87dbff0ade8a64af96365a92b to your computer and use it in GitHub Desktop.
Save lirantal/03da0ce87dbff0ade8a64af96365a92b to your computer and use it in GitHub Desktop.
MEAN.JS 2 API Server
# Packages
## Removed
* `node-inspector` not compatible with Node v7 and not required due to new V8 `debug` parameter support
* `phantomjs-prebuilt` not required for backend
## Added
* `sequelize` library for SQL-based ORM
* `mysql` library as the default SQL engine for the sequelize ORM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment