/Faker-GraphQL-Server

GraphQL API for public consumption

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

GraphQL API w/ FakerJS

A pet project for learning GraphQL APIs with NodeJS as backend

Features

  • Daily DB wipe and seed every midnight server time
  • Login
  • Register
  • Authentication with JWT
  • Get single user
  • Get all users
  • Get all todo
  • Get single todo
  • Create todo
  • Update todo
  • Delete todo
  • Toggle done status of todo