Skip to content

peteplays/poke-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poke-graphql

Description

This application is using the PokeApi and implements GraphQL.

Install

  • clone repo
  • navigate to poke-graphql
  • install dependencies npm i

Run application

  • npm start
  • default the port is 7777
    • http://localhost:7777/
  • the graphQL playground http://localhost:7777/playground

Run in development mode

  • development mode will handle automatic reloads on save
  • npm run dev
  • development mode uses the same port and playground

Tests

  • calculations are tested - /utils/calc
  • to run npm run test:calc

All comment, questions, and feedback welcome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors