ruig2 / spring19-cs221-project

Project Template for CS221 Spring 2019

Home Page:https://grape.ics.uci.edu/wiki/public/wiki/cs221-2019-spring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS221 Project - Peterman Search Engine

This repository contains the starter skeleton code for the CS221 project.

To run this example:

  1. clone this repository using git clone https://github.com/UCI-Chenli-teaching/spring19-cs221-project.git
  2. run mvn clean install -DskipTests in command line
  3. open IntelliJ -> Open -> Choose the directory. Wait for IntelliJ to finish importing and building.
  4. You can run the HelloWorld program under src/main/java/edu.uci.ics.cs221 package to test if everything works.

About

Project Template for CS221 Spring 2019

https://grape.ics.uci.edu/wiki/public/wiki/cs221-2019-spring


Languages

Language:Java 100.0%