mean-stack-crud-app
mean-stack-crud-app copied to clipboard
Angular 13 MEAN Stack CRUD Tutorial Example
mean-stack-crud-app
A step by step MEAN Stack Tutorial from which you will learn to build Angular CRUD App with Bootstrap, MongoDB, NodeJS and Express JS from scratch.
Step by step article on MEAN Stack Tutorial – Angular 7 CRUD App with Bootstrap 4
How to run the app?
- Run
npm installto install required dependencies. - Run
ng serveto run the angular app - Start the MEAN Stack backend
cd backendto enter into the backend foldernodemon serverto start the nodemon servermongodto start the mongoDB shell