README.md 436 B

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"
}