Projects

MEAN Stack Deployment to Ubuntu in AWS

Now, when you have already learned how to deploy LAMP, LEMP and MERN Web stacks – it is time to get yourself familiar with MEAN stack and deploy it to Ubuntu server.

MEAN Stack is a combination of following components:

  1. MongoDB (Document database) – Stores and allows to retrieve data.
  2. Express (Back-end application framework) – Makes requests to Database for Reads and Wri...
    Learn More