Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 286 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 286 Bytes

pet-shop-schedule

A sample app to test graphql

This app has two implementations using graphql, backend and frontend.

Backend is a nodejs app written in typescript that provides a set of queries and mutations.

Frontend is a react app that provides an interface to the backend app.