Skip to content

IPCamp/interview-java-backend-amerli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One can build and run the application with the 'mvn spring-boot:run' command.

The GreetingGenerator class is responsible for the LLM usage. The PATH constant should indicate the location of the model file.

The UI is accessible via the localhost:8080/index.html URL.

The Person_API_Crud_Collection.json file from the project root can be used for testing in Postman.

I used the help of the AI in order to make development a bit faster. A RestController (PersonController) is waiting for the requests. The data is maintained in a in-memory database. The GreetingGenerator provides the greeting messages with the help of the AI. A very simple index.html page provides the GUI and the related javascript functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 75.6%
  • HTML 24.4%