Skip to content

Quick Start

Gunes Korkmaz edited this page Jul 12, 2024 · 3 revisions

Requirements

Run

Host Domain Utility Asynq Task Manager & API

git clone https://github.com/RouteHub-Link/DomainUtils
cd DomainUtils
docker compose up -d
cd ..

Run GraphQL API

git clone https://github.com/RouteHub-Link/RouteHub.Service.GraphQL
cd RouteHub.Service.GraphQL
go run .

The API relies on DomainUtils for site validation and DNS record validation. Without it, the project will function but will produce errors. While it's not necessary for development purposes, it is highly recommended for related tasks.

Clone this wiki locally