Skip to content

KavinduLiyanage/Fashion-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sri Lanka Institute of Information Technology

Online Shopping Cart System for a Fashion Store

User Guide
APPLICATION FRAMEWORKS - SE

Development Team:

IT18016376 - Liyanage K. S.
IT18018288 - Ranawaka M. N.
IT17036658 - Methmini K. A. D. G.
IT18140958 - Fernando W. S. I.

Weekday 20.1

Installation and Setup

Pre-requisites before installation and setup

  • NodeJS with npm
  • Git
  • IDE such as IntelliJ Webstorm or IntelliJ Ultimate

Project Installation

Open your command prompt at the location where you want the project folder to be created and type the following command at the console:

git clone https://github.com/KavinduLiyanage/Fashion-Store

or

You can visit https://github.com/KavinduLiyanage/Fashion-Store, and download the zipped version of this project and open the extracted project using the IDE.

Available Scripts

In the project directory, you can run in the terminal:

npm intall

For Install all the Dependencies for Client and Server.

Getting Started

npm run dev

This command automatically run the server and client processes concurrently and automatically runs the browser.
If you want to run application manually Open http://localhost:3000 to view client application in the browser.
Server will run in http://localhost:5000