Skip to content

Akanksha810/CS-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published