Skip to content

Zangetsu101/graphql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comparison of GraphqQL & Restful APIs

All the packages are using bun

The restful package has the following endpoints:

  • /books
  • /books/:isbn
  • /authors
  • /authors/:authorId
  • /authors/:authorId/books

The graphql server has the playground enabled & can be accesed at localhost:4000 after starting the server

Starting the servers

  • restful -> bun start
  • restful-client -> bun dev
  • graphql -> bun start
  • graphql-client -> bun dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published