This is a MEAN full-stack CRUD - Create, Read, Update and Delete web application where a user can save their ProductName, Product Description, and ProductPrice from the Angular form and submit the form to the node.js server.
I utilized Node.js v10.16.0, NodeServer, NodeJS Backend API, NPM v6.9.0, MongoDB and MongoDB Shell v4.0.10, TypeScript and Angular CLI 8.0.4
Screenshots and explanations below:
1. Create Product with $1.95 price screen
2. Product Created screen
3. View Products screen (price $1.95)
4. Edit Product screen
5. Changed Product Price to $2.95 screen
6. Updated View Products screen (price now $2.95)
7. Deleted Product screen
8. Command window verifying the entry was stored in the Mongo Db.