Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.44 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.44 KB

CS-Bots

BCH compliance Codacy Badge Prerequisites to be installed :

  • nodeJS
  • python (>=3.6)
  • pip (>=20.0.2)

Steps to set this system up (For Windows):

  1. 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

  2. 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

  1. 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: