Ecommerce portal where some of the user(Seller) who want to sell the product and services using this and some of the user(Buyer/End User) who needs the product they can buy from the user(Seller)
Step 1: clone the project: git clone https://github.com/SrikrushnaP/angular-ecommerce.git
Step 2: cd angular-ecommerce
Step 3: git pull origin develop
or master
Step 4: Install Node form https://nodejs.org/en/
Step 5: npm install
Step 6: npm install -g json-server
(Install JSON mock server)
Step 7: npm install -g @angular/cli
(Install angular CLI)
Step 8: Open two terminal/command prompt
Step 9: In one run command: ng serve
Step 10: Another one run command: json-server --watch mock-api-data.json
Now you can ready to go
Step 11: Open your browser and type: http://localhost:4200
If you want to see the mock api on your browser you can hit the link: http://localhost:3000/
If you want to learn more on mock API you can go through the doc https://www.npmjs.com/package/json-server
https://docs.google.com/document/d/1NdB3SdAbKSFcPooap-ddpHdQQxBDvAieH2bPF4NCLMU/edit?usp=sharing