Skip to content

OpenSocialCSN/incontact-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incontact.me

Server and web app for the inconact.me contact manager

Up and running

git clone https://github.com/OpenSocialCSN/incontact-web.git
cd incontact-web
npm run installScript
npm run dev

API Development

To develop with the incontact GraphQL API, you can use the Graphiql IDE.

  • Launch the application with the steps in the "Up and running" section
  • Open up Graphiql by visiting localhost:5000/graphiql

You can play around with the documentation pane on the right to view available mutations and data types

graphiql.png