This Project is based on MongoDB - Express - Angular - Node.js
In this project, we would be implementing a web solution based on MEAN stack in AWS Cloud.
MEAN Web stack consists of following components:
- MongoDB: (Document database) - Stores and allows to retrieve data.
- Express: (Back-end application framework) - Makes requests to Database for Reads and Writes.
- Angular: (Front-end application framework) - Handles Client and Server Requests
- Node.js: (JavaScript runtime environment) - Accepts requests and displays results to end user
