Skip to content

Latest commit

 

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Create a virtual environment

cd ~/.../frontend326

virtualenv -p /usr/bin/python2.7 venv

Activate virtual environment

source venv/bin/activate

or

source venv/bin/activate.csh

Install dependencies

pip install -r requirements.txt

Running the app

python run.py

Open the browser

http://localhost:8080

Deactivate virtual environment

deactivate

About

Frontend for a basic search engine

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages