Step by step article on Angular 8/9/10 MEAN Stack Tutorial – Build CRUD App with Angular Material 8
Start Angular app & install required dependencies
- git clone https://github.com/SinghDigamber/Angular8MeanstackAngularMaterial.git
- Run
npm install
from the root of the project - run
ng serve --open
to start angular
- run
cd backend
- run
npm install
- run
nodemon
I assume you have already set up MongoDB community edition in your local development system, if not then you can take the help from the following tutorial. https://docs.mongodb.com/manual/administration/install-community/
- mongod --config /usr/local/etc/mongod.conf
- brew services start [email protected]
- mongo