Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 708 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 708 Bytes

Setup guide

install python requirements for server by

cd server
pip install -r requirements.txt
python app.py

install npm and initialise client by

conda install nodejs
cd client
npm init
npm install
npm run dev

you also need redis

Windows MAC

*note: make sure tools like proxifier are off

*note: if port on opening is not at localhost:3000, force stop the ongoing process

by the following commands in command prompt:

1. netstat -aon | findstr :3000

2. taskkill /PID /F