Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 541 Bytes

File metadata and controls

31 lines (25 loc) · 541 Bytes

SBB POLYHACK 2020 Challenge

Test Image 1

Installation

Install all important packages for the client:

cd client
npm init
npm install

Install important packages for server:

cd server
pip install requirements.txt

Running the application

To start the application please follow these steps

  1. Open the first tab in the root directory and run
python server/app.py
  1. Open the second tab in the root directory and run
cd SBB_Polyhack/client
npm start