Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 559 Bytes

File metadata and controls

13 lines (12 loc) · 559 Bytes

Dynamic-Pricing-System

Steps to install and run the project:

  • Download the zip folder onto your local machine and unzip it
  • Open the Terminal and set the path to the Dynamic-Pricing-System Folder
  • Move to the 'server' directory and then to the application directory and Install the neccessary Packages
  • Type 'python app.py' to initialize the python file
  • Keep the terminal running
  • Open a separate terminal
  • Now change the directory to 'client'
  • Type 'npm install'
  • Now type 'npm start'

At any point, press ctrl + c to terminate the process.