Skip to content

huczk/realworld-ts-gql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Typescript

GraphQL Typescript codebase containing real world examples (graphql, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Node, GraphQL, Typescript including graphql mutations and queries, authentication, pagination, and more.

We've gone to great lengths to adhere to the Node, GraphQL, Typescript community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

Project build with:

Tips

  • You can change env variables inside envdev folder

Tests

  • example test is located in ./server/src/resolvers/User.test.ts

Getting started

  • Install docker and docker-compose
  • In folder root run docker-compose up
  • Go to url logged in terminal

About

Realworld backend with typescript and graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published