You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.