Skip to content

mathandcrypto/cryptomath-api-captcha

Repository files navigation

cryptomath-api-captcha

Captcha microservice for generating mathematical problems for captcha and checking answers to them.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Docker

Build development stage

docker-compose up --build dev

Build production stage

docker-compose up --build prod

About

Captcha microservice for generating mathematical problems for captcha and checking answers to them

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published