Skip to content

Latest commit

 

History

History

crm-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CRM App

The app is a demo of how you can build a CRM using React, graphql and Canonic as the Backend

Screenshot

Pull requests details are fetched from your Canonic project.

Links

Running the example

Frontend

The frontend is a simple create-react-app. After cloning, install the dependencies.

yarn install

Then start the dev server

yarn start

Backend

You can find the sample backend project CRM App here and clone it.

Screenshot

Copy the base url from the docs

Screenshot

Change the value of URI in index.js

The example should now fetch data from the project you deployed.