MEAN Stack

1 min. read

MEAN stack is a full-stack JavaScript framework used for web development. It comprises MongoDB, Express.js, AngularJS, and Node.js, enabling efficient server-side and client-side development.

| MongoDB | Database | http://www.mongodb.org/ |
| Express | Web Framework | http://expressjs.com/ |
| Angular | Frontend Framework | https://angular.io/ |
| Nodejs | Server Platform | https://nodejs.org/en/ |

MongoDB

See the article on MongoDB

ExpressJS

See the article on ExpressJS

Angular

See the article on Angular

NodeJS

See the article on NodeJS

References

SPEED RUN: Build a CRUD API with Node.js + Express + MongoDB