All Projects → lXSPandora → Twitter Clone Graphql Backend

lXSPandora / Twitter Clone Graphql Backend

Licence: mit
A Simple CRUD using GraphQL

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects

Projects that are alternatives of or similar to Twitter Clone Graphql Backend

Django Graphql Social Auth
Python Social Auth support for Graphene Django
Stars: ✭ 90 (+114.29%)
Mutual labels:  graphql, twitter
Twitter Application Only Auth
A simple Python implementation of the Twitter Application-only authentication
Stars: ✭ 40 (-4.76%)
Mutual labels:  twitter
Asp.net Core Graphql Middleware
ASP.Net Core GraphQL Middleware
Stars: ✭ 38 (-9.52%)
Mutual labels:  graphql
Smallbang
twitter like animation for any view 💓
Stars: ✭ 999 (+2278.57%)
Mutual labels:  twitter
React Boilerplate
⚛ The stable base upon which we build our React projects at Mirego.
Stars: ✭ 39 (-7.14%)
Mutual labels:  graphql
Fact Bot
Twitter bot dedicated to tweeting interesting facts daily
Stars: ✭ 40 (-4.76%)
Mutual labels:  twitter
Timbuctoo
an RDF datastore that gives researchers control over the sharing of data between datasets
Stars: ✭ 37 (-11.9%)
Mutual labels:  graphql
Fullstack Tutorial
🚀 The Apollo platform tutorial app
Stars: ✭ 1,007 (+2297.62%)
Mutual labels:  graphql
Level
Team communication optimized for deep work
Stars: ✭ 1,005 (+2292.86%)
Mutual labels:  graphql
Manifold
Manifold plugs into Java to supplement it with powerful features, from Type-safe Metaprogramming (direct access to GraphQL, JSON, XML, etc.), Extension Methods, Operator Overloading, and Unit Expressions to an integrated Template Engine and a Preprocessor. All fully supported in IntelliJ IDEA and Android Studio. Simply add Manifold to your project and begin taking advantage of it.
Stars: ✭ 993 (+2264.29%)
Mutual labels:  graphql
React Apollo Decorators
Better decorators for Apollo and React
Stars: ✭ 39 (-7.14%)
Mutual labels:  graphql
Crypto Grommet
Crypto and equities app
Stars: ✭ 39 (-7.14%)
Mutual labels:  graphql
Spring Web Rss Channels
A Full Stack RSS Reader web application built with Spring MVC and JSP. It uses libraries like Spring, JPA, Bootstrap, Apache Tiles, JSP etc. There is also a static code analysis tool called Checkstyle.
Stars: ✭ 40 (-4.76%)
Mutual labels:  twitter
Ultimate Backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Stars: ✭ 978 (+2228.57%)
Mutual labels:  graphql
Rtweet Workshop
Slides and code for the rtweet workshop
Stars: ✭ 41 (-2.38%)
Mutual labels:  twitter
Graphqldockerproxy
A generic Graphql API for Docker and Kubernetes
Stars: ✭ 38 (-9.52%)
Mutual labels:  graphql
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-7.14%)
Mutual labels:  graphql
Chirp
🔬Visualise Twitter Interactions
Stars: ✭ 40 (-4.76%)
Mutual labels:  twitter
Tweepy
Twitter for Python!
Stars: ✭ 8,293 (+19645.24%)
Mutual labels:  twitter
Graphql Lodash
🛠 Data manipulation for GraphQL queries with lodash syntax
Stars: ✭ 1,003 (+2288.1%)
Mutual labels:  graphql

GraphQL - Twitter Clone

enter image description here

To run this graphql server you need to:

  • Clone the repo git clone
  • Run yarn or npm install
  • Run yarn watch or yarn build && yarn update-scehma && yarn start
  • And there you go to: http://localhost:5000/graphql

Queries and Mutations that can be made:

Queries


Query Description
users returns a bunch of users
user returns a specific user
tweets returns a bunch of tweets
tweet returns a specific tweet

Mutations


Query Description
TweetAdd Adds a new Tweet
TweetEdit Edit a field from the tweet
LoginEmail Generates a Token JWT for the user
RegisterEmail Adds a new user to the database
ChangePassword Changes the user password
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].