Sri Lanka Institute of Information Technology
Online Shopping Cart System for a Fashion Store
User Guide
APPLICATION FRAMEWORKS - SE
IT18016376 - Liyanage K. S.
IT18018288 - Ranawaka M. N.
IT17036658 - Methmini K. A. D. G.
IT18140958 - Fernando W. S. I.
Weekday 20.1
Pre-requisites before installation and setup
- NodeJS with npm
- Git
- IDE such as IntelliJ Webstorm or IntelliJ Ultimate
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.
In the project directory, you can run in the terminal:
For Install all the Dependencies for Client and Server.
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