/CS127-project

Final Project for CS 12700 course (mainly python)

Primary LanguageJavaScript

CS127 Final Project

Boubacar Diallo and Christopher Longueira

Set Up

In the directory, preferably after having activated the directory with virtualenv,run this command to download the packages needed.

pip install -r requirements.txt 

Then to launch the app, run

python3 app.py

The site should be live at 127.0.0.1:5000

MVP

A flask web app which uses an inverted index, and allows users to submit simple AND/OR queries on data through a form.