This is a demo application for an article on graphql. It harness the power of GraphQL as the API rather than REST API.
Below is the demo of the application.
The feature of this application is simple.
- Users are asked to select favorite music artists from a predefined list during sign-up.
- Users should see fellow users that share one or more favorite music artists.
- Users should see a list of their selected favorite artists.
Below is the flow chart, the technical workings of the application.