Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 659 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 659 Bytes

p-recs

A course search/recommendation system for the Claremont Colleges. Created by ASPC Software Development Group and p-ai.

Live site: p-recs.com

Getting Up and Running

Note: keys required for contribution

  1. Clone this repo
git clone https://github.com/aspc/p-recs
  1. Install required dependencies
conda create --name p-recs --file requirements.txt
  1. Activate the environment
conda activate p-recs
  1. Run FLASK_APP=app.py flask run from inside the cloned directory
  2. Navigate to http://127.0.0.1:5000/