Skip to content

A demo application that show cases the implementation of GraphQL. GraphQL is a schema defined language API that fixes the issue of over-fetching and under-fetching of data from backend as opposed to RESTful API.

Notifications You must be signed in to change notification settings

JasperEssien2/music_mates_app

Repository files navigation

Music Mate

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.

A demo of the final app

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. Flowchart of music mate

About

A demo application that show cases the implementation of GraphQL. GraphQL is a schema defined language API that fixes the issue of over-fetching and under-fetching of data from backend as opposed to RESTful API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published