Hyse Comics API is a GraphQL API for managing and serving comics data.
Follow the steps below to set up and run the project in your local environment.
-
Clone the repository:
Open your terminal and run the following command:
git clone https://github.com/luckasnix/hyse-comics-api.git
-
Navigate to the project directory:
cd hyse-comics-api -
Install Deno:
If you don't have Deno installed, follow the installation instructions at docs.deno.com.
-
Run the development server:
deno task start
-
Access the GraphQL playground:
Open http://localhost:4000/graphql in your browser to access the GraphQL playground and explore the API.