설명 없음

Vovan533 57655d8f23 add readme 1 년 전
src 6663d8c70a docker setup 1 년 전
tests 58c2b556d7 initial 1 년 전
.dockerignore 6663d8c70a docker setup 1 년 전
.gitignore 58c2b556d7 initial 1 년 전
Dockerfile 6663d8c70a docker setup 1 년 전
README.md 57655d8f23 add readme 1 년 전
__init__.py 58c2b556d7 initial 1 년 전
docker-compose.yaml 6663d8c70a docker setup 1 년 전
requirements.txt 6663d8c70a docker setup 1 년 전
start.sh 6663d8c70a docker setup 1 년 전

README.md

CyberBackend

Project Install

git clone https://notabug.org/vovan533/CyberBackend.git
cd CyberBackend
docker-compose up --build

Project Info

Docs available in 0.0.0.0:8000/docs

add_user example

{
  "username": "name",
  "password": "password"
}

add_booking example

{
  "user_id": "userUUID",
  "start_time": timestamp,
  "end_time": timestamp,
  "comment": "comment text"
}