An open API service indexing awesome lists of open source software.

https://github.com/codex-team/domain-checker


https://github.com/codex-team/domain-checker

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# domain-checker

## Quick start

- `yarn`
- Follow backend [quick start](backend/README.md)
- Follow frontend [quick start](frontend/README.md)

## Tests

You can run tests individually for each module.

- `cd $module`
- `yarn test`

**Dont forget to run your broker/db first!**

---

Drone CI config available for easy testing and deploying. Just run `drone exec` to run tests locally in docker containers.