Skip to content

CATCTF/CATCTF-backend

Repository files navigation

CATCTF-Backend

Repository as back-end of CATCTF

Installation

$ yarn ( or npm install )

Running the app

# development
$ yarn start ( or npm run start )

# watch mode
$ yarn start:dev ( or npm run start:dev )

# production mode
$ yarn start:prod ( or npm run start:prod )

Test

# unit tests
$ yarn test ( or npm run test )

# e2e tests
$ yarn test:e2e ( or npm run test:e2e )

# test coverage
$ yarn test:cov ( or npm run test:cov )

Environment

DB_HOST
DB_PORT
DB_USERNAME
DB_PASSWORD
DB_DATABASE

JWT_SECRET
JWT_EXPIRES_IN ( default = 1d )

License

MIT licensed.

About

CATCTF 백엔드 저장소

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published