This is the submitted project for the IJSE Final assignment CMJD90 Batch.
- Angular
- Node Js + Express Js
- Mongo DB
Download and install Node.js (includes npm)
Install Angular CLI using Node
git clone https://github.com/TharushaDinujaya/Online-Shopping-System
cd Online-Shopping-Systemcd backend
npm installcd frontend
npm install- Open Mongo DB and connect
- Create abcshopping and import items.json file
Update backend/.env file PORT for backend running port Update backend/index.js "mongodb://localhost:27017/abcshopping" with your local Monog DB database.
cd backend
nodemoncd frontend
ng serveThe frontend running frontend is displayed in the terminal.
Apache 2.0 licence




