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.
Live Application DEMO
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
#copy source code
git clone https://github.com/rupeshtiwari/product-mart.git
#Get npm packages
npm i
#Copy .env file
cp .env.sample .env
Make sure you have run the command cp .env.sample .env
to get .env
file.
npm run server
npm run client
Open browser http://localhost:4230/products
- Youtube Link for Introduction to
MEAN
stack and Online e-Commerce Application | MEAN.JS Videos - Articles related to
Angular
and relatedMEAN
stacks can be found here in https://rupeshtiwari.com