2024 HSU Capstone AI를 활용한 키오스크와 스마트 빵 자판기 - BBangBBang의 SpringBoot 입니다.
AWS의 ec2 환경에서 실행하였습니다.
http://52.79.172.135:8080/customer (GET)
http://52.79.172.135:8080/customer/signup (POST)
http://52.79.172.135:8080/customer/signIn (POST)
http://52.79.172.135:8080/customer/products (GET)
http://52.79.172.135:8080/customer/{customerId}/checkout (POST)
http://52.79.172.135:8080/customer/{customerId}/purchase (POST)
http://52.79.172.135:8080/customer/{customerId}/cart (POST,GET)
http://52.79.172.135:8080/customer/{customerId}/cart/purchase (POST)
http://52.79.172.135:8080/customer/{customerId}/cart/items/{cartItemId} (DELETE, PATCH)
http://52.79.172.135:8080/customer/{customerId}/orders (GET)
http://52.79.172.135:8080/customer/{customerId}/favorite (POST, DELETE, GET)
http://52.79.172.135:8080/seller/bread (GET)
http://52.79.172.135:8080/seller/sales (GET)
http://52.79.172.135:8080/seller/orders (GET)
http://52.79.172.135:8080/lock (POST)
http://52.79.172.135:8080/unlock (POST)
http://52.79.172.135/kiosk/bread (GET,POST)
http://52.79.172.135/kiosk/bread/{productId} (GET,PUT,DELETE)
http://52.79.172.135/kiosk/bread/order (POST)
http://52.79.172.135/kiosk/bread/order/{orderId} (GET)
http://52.79.172.135/kiosk/pick/{quickPassword} (GET)
http://52.79.172.135/kiosk/pick/bread/{orderId} (POST)
http://52.79.172.135/voice (GET, POST)
- SpringBoot 3.3.0