Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 405 Bytes

File metadata and controls

28 lines (15 loc) · 405 Bytes

Simple-search-engine-on-python

  • install python dependencies

     pip install -r requirements.txt
    
  • install node dependencies

     npm install
    
  • install js dependencies

     bower install
    
  • compile jsx files using gulp

     gulp 
    
  • run flask server

     python web/app.py
     or with bash: 
     sh run.sh
    
  • locations: