Skip to content

QuantumMecha/EatClub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A Java Spring Boot app that exposes a REST API for querying active EatClub restaurant deals.

Pre-requisites

  • Java 21 JDK
  • Maven

Installation

mvn clean install

Running the app

Two options are provided — from within VS Code, or from the command line:

VS Code

A launch config is included. Use Run > Start Debugging (F5) or the Run and Debug panel.

CLI

From the repo root: java -jar target/demo-0.0.1-SNAPSHOT.jar

By default, the app runs on port 8085. This can be changed via the server.port property in config/application.yaml.

Testing

Two testing UI's are provided to manually test the REST endpoints, Swagger, and Bruno.

Swagger UI

Available at http://localhost:8085/swagger-ui/index.html by default.

Bruno

A Bruno collection is included in bruno/eatclub/ with pre-configured requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages