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 install
to install required dependencies. - Run
ng serve
to run the angular app - Start the MEAN Stack backend
-
cd backend
to enter into the backend folder -
nodemon server
to start the nodemon server -
mongod
to start the mongoDB shell
-