Skip to content

ceo777/auto-bulk-url-checker

Repository files navigation

Automated Bulk URL Checker API

Description

Automated Bulk URL Checker is based on NestJS and MongoDB. It uses perfomant Undici HTTP library for checking URLs asynchronously. API interface allows to add, delete and show saved URLs.

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

Author

Oleg Dubnov

License

MIT license