Skip to content

omidkv/spring19-cs221-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%