Giter Club home page Giter Club logo

crmplatform's Introduction

CRM Platform Backend

CRM platform backend is the Strapi plugin that provides a basic model for contact management along with the API's.

webaccess Strapi Version License: AGPL v3

Primary Models include

  • Contact
  • Individual
  • Organization
  • Activity
  • Activity type
  • Tag
  • Country
  • State
  • District
  • Village

Goal

The primary aim of this project is to have a simple and extendable base for the contact management CRM projects.

Installation

  1. Create new strapi project using the below command

    strapi new <your-project-name>

  2. Install the plugin

    cd <your-project-name>

    mkdir plugins

    cd plugins

  • Clone project using below command

    git clone https://github.com/webaccess/crmplatform.git crm-plugin

  1. Install graphql

    yarn strapi install graphql

  2. Run strapi project

    yarn start

Plugin Development

You would need to add below settings to your strapi project if you are extending or contributing to this project.

  • Navigate to strapi root folder and modify the file /config/hook.json to add below code

    "crm-plugin-routes-load": { "enabled": true }

  • Modify package.json and prepend start script with AUTORELOAD=false

    "start": "AUTORELOAD=false strapi start"

  • When you make the changes run

    yarn start

    this will generates new routes

    then run

    yarn develop

Run Test cases

  • Install testing dependencies

    cd <your-project-name>/plugins/crm-plugin/

    yarn install

  • Create and update the test configuration file cp tests/integration/config/config.js.sample tests/integration/config/config.js

  • Run test cases

    yarn test

crmplatform's People

Contributors

ankitashinde0 avatar kurund avatar shreesh1993 avatar suyeshtiwari165 avatar tanviganesh avatar vishaltambe70 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.