Skip to content

ThaHobbyist/glugle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Links

Search engine made using python and flask

Project Setup

  1. Clone the git in a folder
  2. Make a virtual environment in the folder

For Windows

pip install virtualenv
cd project_folder
virtualenv env
.\env\Scripts\activate

For Linux

pip install virtualenv #for version 2 and below 
pip3 install virtualenv #for version 3
cd project file
virtualenv env
source ./env/bin/activate
  1. Install requirements
pip3 install -r requirements.txt
  1. Start the crawler
python ./crawler/spider.py #for version 2 and below
python3 ./crawler/spider.py #for version 3
  1. Start the application
python ./app/app.py #for version 2 and below
python3 ./app/app.py #for version 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published