angular8-meanstack-crud-app-angular-material
v1.0.1
Published
A step by step Angular 8 MEAN Stack CRUD student records management system tutorial from scratch using Node js, MongoDB, Express js, Angualr 8 and Angular Material.
Downloads
2
Maintainers
Readme
Angular8 Meanstack Angular Material
Angular 8 MEAN Stack Tutorial – Build CRUD web application with Angular Material 7 - Learn to create an Angular single page web application from scratch.
Step By Step Written Tutorial
Angular 8 MEAN Stack Tutorial – Build CRUD App with Angular Material
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 foldernodemon server
to start the nodemon servermongod
to start the mongoDB shell