mengli02 / crm-toolkit

Battery-Included CodeIgniter, React, Material-UI Template

Home Page:https://willnode.github.io/crm-toolkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRM Toolkit

Live DemoDocumentation

CRM Toolkit is your starting template for bootstrapping any web application project!

Back in the hood, CRM Toolkit uses CodeIgniter 4, React 16 and Material-UI 4. We have opinions why you will love this mix:

  • PHP is one of the most popular language to write Server App. And while there are few frameworks to pick, CodeIgniter is a great option because it has minimum boilerplate and small learning curve. We optimize this further such that the PHP code only executes as a Server App that bridges between the Client and Database using AJAX requests.
  • React is the of the most popular JavaScript framework. Sure while you can deploy web app with just CodeIgniter, the separation between server and client in code has a clear benefit both in development time and user experience in the long run.
  • If you're fan of Material Design, you'll love Material-UI. It's a design system packed with lots of React components that follows Material Design principles. Material-UI is fairly easy to customize and we have improve this with lots of function that simplifies your development for most common cases mentioned in the docs.

Packed together, CRM Toolkit provides built-in tools and functions to make it easy for you to get started with.

In Depth

You can see live server demo here.

CRM Toolkit is packed with batteries included. We put login mechanism there so that you can learn how's each function get used and how you should expect to work with them.

If you have explored the live demo. You see that CRM Toolkit has mechanism to:

  • Performing AJAX request to Server API
  • Logging in users with Basic Authorization
  • Handle different roles of account in server
  • Reusing server endpoints using Model
  • Validate POST input in Server
  • Validate Form in live using JavaScript
  • REST-fully handle data requests
  • Perform SSR in Client App

And a lot more. You will get amazed how simple to extend those basic mechanism to suit your need.

Usage

Prequirements

  • PHP >= 7.2 (for running api)
  • MariaDB >= 5.5.3 (for storing data)
  • NodeJS >= v10 (for running web)

Additional notes before installing or running the scripts:

  • Make sure php and npm is available on your terminal
  • Make sure the SQL server is running (and it's connection config is correct)
  • Make sure the PHP has sufficient extensions enabled (intl, mbstring, json, xml)

Installation

Open the install script

The install script contains steps necessary before able to run the web in local environments. If you don't like running script you can run php spark install and npm install individually.

Running

Open the run script

By default, the server runs on localhost:4000 while the client runs on localhost:3000. If you don't like running script you can run php spark serve and npm start individually.

More Reading

See our documentation for implementation notes on various topics. (Basics, Design, Server, Client, Deploy, etc.)

You also might want to read third parties that we also use:

Support Us

  • Give this repo a ⭐
  • Spread the word about CRM-Toolkit ✍

You can ask something in issues or email me.

License

MIT

About

Battery-Included CodeIgniter, React, Material-UI Template

https://willnode.github.io/crm-toolkit/

License:MIT License


Languages

Language:PHP 95.4%Language:JavaScript 3.3%Language:CSS 1.0%Language:Smarty 0.2%Language:HTML 0.1%Language:Shell 0.0%Language:Batchfile 0.0%