GithubHelp home page GithubHelp logo

eabsen's Introduction

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

eabsen's People

Contributors

julius-745 avatar willnode avatar

Watchers

 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.