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-System
cd backend
npm install
cd 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
nodemon
cd frontend
ng serve
The frontend running frontend is displayed in the terminal.
Apache 2.0 licence