gentleShark / church_crm

A church crm to manage activities of a church send sms to church members and financial activities of the church

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

church-crm

Prerequisites

  • You should be experienced with useState, useEffect, and useRef.

System Requirements

  • [git][git] v2 or greater
  • [NodeJS][node] v8 or greater
  • [npm][npm] v6 or greater
  • [MongoDb]
  • [Redis]

All of these must be available in your PATH. To verify things are set up properly, you can run this:

git --version
node --version
npm --version

After you've made sure to have the correct things (and versions) installed, you should be able to just run a few commands to get set up:

git clone https://github.com/kadismile/church_crm.git
cd main_application
npm run dev   --- to start both the client and the backend
npm run test  --- to run tests

Features of The church CRM

  • church Member Registration
  • admin login
  • forgot password functionality
  • sms functionality
  • map representation of church members
  • roles and authorization
  • church Accounting and finance
  • event calender
  • church Data Management
  • graphs

About

A church crm to manage activities of a church send sms to church members and financial activities of the church


Languages

Language:JavaScript 97.8%Language:CSS 1.2%Language:HTML 1.0%