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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c2dce5 · Mar 25, 2022

History

37 Commits
Mar 24, 2022
Mar 12, 2022
Mar 25, 2022
Mar 21, 2022
Mar 24, 2022
Mar 21, 2022
Mar 12, 2022
Mar 12, 2022
Mar 15, 2022
Mar 12, 2022
Mar 12, 2022
Mar 25, 2022
Mar 12, 2022
Mar 21, 2022
Mar 20, 2022

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