
MEAN is collection of different javascript based technologies to develop web applications. MEAN stands for MongoDB, ExpressJS, AngularJS and NodeJS. It’s a full stack Javascript from client to server to database. MongoDB is schemaless NoSQL database which saves records in JSON format which makes easier to pass data between server and client. ExpressJS is […]