Skip to content

joschjava/BistroAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bistro API

bistroapi_logo.png

A REST API for a bistro ordering system built with Spring Boot, featuring automated product management, order processing with dynamic pricing, and comprehensive business logic including happy hour discounts.

Setup

  • Needs a running postgres container in the background, simply run:
docker pull postgres:14.18
docker run --name bistro-postgres -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d postgres:14.18

API Documentation

The Swagger UI is available at: http://localhost:8080/documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages