Skip to content

Repository files navigation

Can I take your order

A simple application that takes your order and verifies what you ordered

Requirements:

  • Java 17 or Above

Classes:

  • CanIHaveYourOrderApplication - the Spring Boot Main Application

Build:

mvn clean package -DskipTests

Run:

export spring_ai_openai_apiKey=<your api key>
export spring_datasource_url=jdbc:postgresql://localhost:5432/sbdocs
export spring_datasource_username=admin
export spring_datasource_password=password
export spring_datasource_driverClassName=org.postgresql.Driver
java -jar target/CanIHaveYourOrder-0.0.1-SNAPSHOT.jar

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages