- 안녕하세요 ! 우리의 출석 체크를 도와줄 개구리, 체쿠리입니다.
- 체쿠리는 소규모 학원이나 학교에서 사용할 수 있는 출석 관리 서비스입니다.
- 여러분이 필요한 요일,시간대의 출석부를 생성해서 출석 관리를 해보세요 !
Service : https://checkuree.com
Swagger : https://checkuree.com/api/v1/swagger
| 출석부 목록 화면 | 출석부 생성 화면 | 출석체크 화면 |
|---|---|---|
![]() |
![]() |
![]() |
$ cd server
$ npm install$ cd client
$ yarn install# before running, you need to fill .env.local file in server directory
# and need to start docker mysql container
# local
$ npm run start:local
# production mode
$ npm run start:prod
# Docker
$ docker-compose build
$ docker-compose up# development
$ yarn dev
# production mode
$ yarn start# move to server directory
$ cd server
# service layer tests
$ npm run test



