Skip to content

TharushaDinujaya/Online-Shopping-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-Shopping-System

This is the submitted project for the IJSE Final assignment CMJD90 Batch.

Used Frameworks & Database Technology

  • Angular
  • Node Js + Express Js
  • Mongo DB

1. Installing Node Js

Download and install Node.js (includes npm)

2. Installing Mongo DB

Download and install MongoDB

3. Installing Angular CLI

Install Angular CLI using Node

Download and run

Clone the Repository to your local machine

git clone https://github.com/TharushaDinujaya/Online-Shopping-System
cd Online-Shopping-System

Install the required npm packages for the backend.

cd backend
npm install

Install the required npm packages for the frontend.

cd frontend
npm install

Import sample data into mongoDB

  • 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.

Run the backend

cd backend
nodemon

Run the frontend

cd frontend
ng serve

The frontend running frontend is displayed in the terminal.

Screenshots

Home page

Home Page

About Us page

About Us Page

Admin Page

Admin Page

Contact Us

Contact Us Page

Order Page

Order Page

Licence

Apache 2.0 licence

About

Used Angular, Node Js and mongo DB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published