Welcome to product mart this is an Angular App where we are using Angular Material to develop pages and we are making this app from the scratch to learn angular.
This course is introduction to MEAN stack step by step.
The MEAN stack uses Mongo, Express, Angular and Node for simple and scalable fullstack js applications
- M = MONGO DB
- E = EXPRESS
- A = ANGULAR
- N = NODE.JS
Below are our learning checklist. We will cover one by one each topic while making this website and hence completing our MEAN Stack Learning.
Please follow all of my teaching videos here in YouTube.
-
Environment ( node, npm , expressjs, vscode )[2019-04-06] -
Angular CLI[2019-04-06] - Use Case (Display User List)
- Integrate with Angular Material
- Use Components from Angular Material
- Organize Project (shared and core module, feature module)
- Host application in local server ( express.js)
- Serve the data from local server
- Integrate app with Mongo DB.
- [ ]
- Youtube Link for Introduction to
MEANstack and Learning Angular Step by Step. - Articles related to
Angularand relatedMEANstacks can be found here in https://rupeshtiwari.com
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
This project was generated with Angular CLI version 7.3.8.