Currently the search engine only works on a selected list of course summary from uOttawa.
Working demo available at: https://nooble.herokuapp.com/
You can perform free-text searches like data science or bussiness.
You can perform boolean searches like using the AND, OR, NOT operators:
operating AND systems or operating AND systems NOT hardware.
- Clone the repo and navigate in the root directory of repo
- run
pip install -r requirements.txt - run
python main.py
- Install Docker
- run
docker image build -t myapp . - run
docker run -d -p$PORT:8080 myapp - goto
http://localhost:8080/
To run the project simply run main.py from the root folder and goto http://localhost:8080/ on your browser.