Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 483 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 483 Bytes

GraphQL-Books-Project

This repository contains the set up of graphql server and client using apollo-server and apollo-client respectively. We can connect a client-side application with a graphql server. Here , I have used React with typescript app to integrate the graphql server with Apollo Client.

Steps :

  1. First run the apollo server using following cmd in Apollo-Server/

    npm run dev

  2. Run the react app using the following cmd in Apollo-Client/

    npm start