-
Used Angular 15 for the frontend
- First, create a new Angular project: ng new front_End
-
Dependencies to install:
-
Add Angular Material: ng add @angular/material
-
Install
ng-angular-popup
: npm i ng-angular-popup --force -
Install
ng-confirm-box
: npm i ng-confirm-box --force
-
-
Start the server: ng s -o
- Node.js
- MongoDB
- Express.js
-
Initialize the project: npm init
-
Install necessary dependencies: npm install express npm install mongodb npm install cors npm install mongoose npm install body-parser
- Download MongoDB Compass and MongoDB Shell to store the database:
- MongoDB Compass: https://www.mongodb.com/try/download/community
- MongoDB Shell: https://www.mongodb.com/try/download/shell