Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 581 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 581 Bytes

Graph Search TOOL

discription of files:

  • index.js is the node server that has the code for all samll AI algorithms and file handeling.
  • flask_server.py handles all the CPU intensive algorithms.
  • src folder has the necessary code for the UI and react forntend.
  • node modules have some user definied modules to help the server and client.

To run:

  • git clone url
  • mkdir app
  • create-react-app graph-search-tool
  • mv src graph-search-tool
  • nodemon index.js
  • python3 flask_server.py
  • cd graph-search-tool
  • npm start

To do:

  • add more Algorithms
  • add the ppt