This is just a basic app to learn graphQL, Relay, Fragments and Pagination in Relay.
In this app one can login, logout with JWT Authentication.
Create a new Post
Like and dislike other users Posts.
Follow, unfollow other users.
$ git clone <Repo name>
$ npm install
Note : react-relay is used in the frontend so everytime you make any changes to the schema or the frontend queries, you will have to compile it with react relay.
$ To get schema from the Backend run npm run get-schema
$ To do both the actions i.e to refetch schema from the server and compile it on the FE run npm run refresh-schema