An open API service indexing awesome lists of open source software.

https://github.com/c-ehrlich/gql-twitterclone

Twitter clone in GraphQL with type-graphql
https://github.com/c-ehrlich/gql-twitterclone

Last synced: about 1 year ago
JSON representation

Twitter clone in GraphQL with type-graphql

Awesome Lists containing this project

README

          

# gql-twitterclone

## What is this?
A simple Twitter clone created using the following technologies:
- Backend: TypeScript, Node.js, Fastify, GraphQL, type-graphql, pubsub
- Frontend: TypeScript, Next.js, GQL Codegen, React Query

It has the following features:
- User
- Create account
- Login
- View all users
- View logged in user
- Follow user
- Unfollow user
- View followers
- View following
- Tweet
- Create tweet
- View all tweets
- Subscribe to tweets

The backend is based on this tutorial, with some modifications: https://www.youtube.com/watch?v=TypkVqiAcpg