Skip to content

Online Shop e-Commerce application using Angular 7 and Mongo DB and deployed to Heroku

Notifications You must be signed in to change notification settings

FullStackMaster1/mastering-meanjs-ultimate-courese

Repository files navigation

PRODUCT MART an angular app on MEAN stack

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

Getting Source Code

#copy source code
git clone https://github.com/rupeshtiwari/product-mart.git

#Get npm packages
npm i

#Copy .env file
cp .env.sample .env

Running locally

Make sure you have run the command cp .env.sample .env to get .env file.

Run Server

npm run server

Run Client

npm run client

Open browser http://localhost:4230/products

Learning Materials