Skip to content

omarbrrr/graphql-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-blog

A blog backend using GraphQL.

  • No frontend (yet).
  • There's no actual database, I'm instead using src/FakeDatabase.js's content to simulate a blog database for testing purposes.
  • Includes Babel configuration.
  • Web server running on ExpressJS.

How-to

  • Clone the repo.
  • Install the dependencies: npm install.
  • Run npm run server in the terminal to build the project and start the server.
  • With the server running, visit localhost:4000/graphql to start using GraphiQL and make some queries and mutations.

About

An example of a blog backend using GraphQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published