Skip to content

luckasnix/hyse-comics-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyse Comics API

Hyse Comics API is a GraphQL API for managing and serving comics data.

Getting Started

Follow the steps below to set up and run the project in your local environment.

  1. Clone the repository:

    Open your terminal and run the following command:

    git clone https://github.com/luckasnix/hyse-comics-api.git
  2. Navigate to the project directory:

    cd hyse-comics-api
  3. Install Deno:

    If you don't have Deno installed, follow the installation instructions at docs.deno.com.

  4. Run the development server:

    deno task start
  5. Access the GraphQL playground:

Open http://localhost:4000/graphql in your browser to access the GraphQL playground and explore the API.

Contributors