Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Latest commit

 

History

History
58 lines (45 loc) · 705 Bytes

README.md

File metadata and controls

58 lines (45 loc) · 705 Bytes

dimicheck_back

commands

installing dependencies

yarn install

develop (nodemon)

yarn dev

start

yarn start

routes

swagger document

http://localhost:3000/api-docs/

api

http://localhost:3000/api/

status

http://localhost:3000/api/status/

get

http://localhost:3000/api/status/get/

set

http://localhost:3000/api/status/set/

auth

http://localhost:3000/api/auth/

signin

http://localhost:3000/api/signin/

status code

{
  "klass": 0,
  "ingang": 1,
  "club": 2,
  "home": 3,
  "rest": 4,
  "laundry": 5,
  "delay": 6,
  "mento": 7,
  "it": 8,
  "contest": 9,
  "etc": 10
}