Skip to content

monapasan/Simple-search-engine-on-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: