-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
Gunes Korkmaz edited this page Jul 12, 2024
·
3 revisions
- GO
- Docker
- DomainUtils
- Some knowledge about GraphQL and gqlgen
git clone https://github.com/RouteHub-Link/DomainUtils
cd DomainUtils
docker compose up -d
cd ..
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.