8000 GitHub - devwuu/todaktodak: [2023] Springboot 기반 동물병원 진료예약 서비스 API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

devwuu/todaktodak

Repository files navigation

토닥토닥

동물병원 진료 예약 API
API overview : http://localhost:8080/docs/overview.html


System

  • client : 동물병원 관리자
  • admin : 시스템 관리자

Specification

  • Backend : Spring boot + Spring security + JPA + PostgreSQL + Redis
  • Frontend(document) : Spring Rest Docs

Domain

  • clinic
  • employee (prototype)
  • animal
  • guardian
  • reservation
  • reservation management
  • admin(user) (prototype)

Install

512E
  1. docker desktop 설치 및 실행
  2. 프로젝트 루트 경로에서 docker compose 실행
  3. active profile을 local로 설정
  4. run application
0