Skip to content

PeanutButterRat/Java-Autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Autocomplete

This is a group project for CSC 131 (Computer Software Engineering) at California State University, Sacramento. It utilizes SwaggerUI to upload and parse a document and then receive autocompletion suggestions based on word submissions.

How to build?

Go to the project root directory, run this command: ./mvnw clean package

How to run?

Go to the project root directory, run this command: ./mvnw spring-boot:run

How to use Swagger UI?

After starting the project, use a browser to go to http://localhost:8080/swagger-ui/index.html

How to stop the running application?

Go back to the terminal the application was started, hit Ctrl+c

About

A group project for CSC 131 at CSUS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages