GraphQL API with website anchor links crawler
$ yarn install
Starting development sever
$ yarn dev
Building project
$ yarn build
Project contains docker-compose.yml
file so to run database you need to run command
$ docker-compose up
To run migrations:
$ yarn typeorm:cli migration:run
$ yarn test
$ yarn lint