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
- Host: GitHub
- URL: https://github.com/c-ehrlich/gql-twitterclone
- Owner: c-ehrlich
- Created: 2022-06-13T17:44:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T17:51:48.000Z (about 4 years ago)
- Last Synced: 2024-10-05T14:41:25.462Z (over 1 year ago)
- Language: TypeScript
- Size: 163 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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