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.
Go to the project root directory, run this command: ./mvnw clean package
Go to the project root directory, run this command: ./mvnw spring-boot:run
After starting the project, use a browser to go to http://localhost:8080/swagger-ui/index.html
Go back to the terminal the application was started, hit Ctrl+c