Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.37 KB

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