Prerequisites to be installed :
- nodeJS
- python (>=3.6)
- pip (>=20.0.2)
Steps to set this system up (For Windows):
-
Clone this repository inside any directory (let's assume for this instance folder's name to be
temp
)using the following command :git clone https://github.com/Akanksha810/CS-Bot
-
Setting up ReactJS Frontend : Open a terminal instance in your directory (
temp
here) and then run the following commands :
cd .\CS-Bot\bot-ui\
npm install
npm start
This will probably start up React UI-Server on
http://localhost:3000
. Browse to this link to start the UI
- Setting up the Py-Flask server :
Open another terminal instance in your directory (
temp
here) and then run the following commands :
cd .\CS-Bot\bot-server\
pip install -r requirements.txt
python main.py
This will probably start up Flask Backend-Server on
http://localhost:5010
.
START using the software and have fun !!
Alpha Testing Credits: