Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.31 KB

graphql-conference-planner

graphql-conference-planner using React, Angular, VueJS

  • Angular, open the angular folder.
  • React, open the react-app folder.
  • VueJS, open the vue-js folder.

You will find a specific and comprehensive README in every folder.

Before you get started

Read the schema documentation hosted on graph.cool:

You can inspect the GraphQL schema that is hosted on graph.cool by running:

cd schema
npm i && npm start
or 
yarn && yarn start

Step 1. Basic queries: Get all conferences and Conference details

Get all conferences and Conference details

Step 2. Basic mutations: Authentication ( Register/ login button)

Authentication

Step 3. Advanced queries PART 1: Conference/Talks management

Conference/Talks management

Step 5. Advanced queries PART 2: Conference/Talks management (Edit/delete)

Conference/Talks management (Edit/delete)

Have fun !