jpotts18 /
mean-stack-relational
M*EAN (*MySQL, Express, Angular, Node) - A Simple, Scalable and Easy starting point for javascript web development with a relational database ORM
82/100 healthLoading repository data…
jcsena / repository
M*EAN (*MySQL, Express, Angular, Node) - A Simple, Scalable and Easy starting point for javascript web development with a relational database ORM
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The main idea for this repository is shamelessly stolen from http://mean.io and mean-stack-relational M*EAN . It says:
MEAN is a boilerplate that provides a nice starting point for [MySQL], Express, Node.js, and AngularJS based applications. It is designed to give you quick and organized way to start developing of MEAN based web apps with useful modules like sequelize and passport pre-bundled and configured. We mainly try to take care of the connection points between existing popular frameworks and solve common integration problems.
The MongoDB ORM, Mongoose, has been replaced with Sequelize. Switching from mongoose to sequelize allows developers easy access to MySQL, MariaDB, SQLite or PostgreSQL databases by mapping database entries to objects and vice versa.
Addy Osmani's Blog explains SQL databases, being strongly typed in nature are great at enforcing a level of consistency, ensuring many kinds of bad data simply don’t get recorded. By using SQL databases MEAN Stack Relational favors reliability over the performance gains of NoSQL databases.
M*EAN is an acronym for Mysql, Express.js , Angular.js and Node.js
$ npm install -g bower
$ npm install -g grunt
Alright now the fun begins. First clone or download the repo to your computer.
$ git clone https://github.com/jcsena/mean-relational.git
$ cd mean-relational && npm install
/config/env/development.js.$ grunt
Thats all! Now go and open up your browser at http://localhost:3000, and tweet @dendores to say thanks!
During install some of you may encounter some issues feel free to contact me (julio-sena) via the repository issue tracker or the links provided below. I am also available on twitter at @dendores.
Selected from shared topics, language and repository description—not editorial ratings.
jpotts18 /
M*EAN (*MySQL, Express, Angular, Node) - A Simple, Scalable and Easy starting point for javascript web development with a relational database ORM
82/100 health