Skip to content

haleybeav/classerfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classerfinder

A More Better-er Approach to Class Finder View your class selections in real-time as you build your schedule. Easily.

Why did we make this? Check out our presentation here.

Features

Technologies

Installation

ClasserFinder requires Node.js v4+ to run. Now, let's install the dependencies and start her up!

Starting the client:

$ cd classerfinder/client
$ npm install -d
$ npm start

Starting the server:

$ cd classerfinder/server
$ npm install
$ node app.js

Starting Elastic Search:

$ cd elasticsearch-6.6.1
$ bin/elasticsearch

Elastic Search Setup

Find it here or here.

Populating Elastic Search

Using our Bash script:

$ cd classerfinder/webscraper
$ ./push.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published