Customer Relationship Management tool that allows companies to manage everything to-do with their customers. 🏢👨👩
It is a Full stack Application using React, MySQL, Node, Express and MobX
Show clients in DataGrid table with pagination (20 clients per page). The user can search clients according to name, country, email, owner and if sold. The user can also update client info on click on his/her row. 🔍🔃
The user can look for Client and update his/her owner, send email, and declare sale (if the client hasn't been sold before)
📊 Analytics Dashboard 📈📉This page contain multiple Badges and charts.
- Client-side: React, MobX, Material-ui, font-awesome, Chartjs
- Server: NodeJS, Express, Sequelize
- Database: MySQL
- Clone this repository. You will need
node,npmandMySQLinstalled globally on your machine. - run
npm install - Database setup:
- run
CREATE DATABASE crmprojectin sql file - run
createTable.sqlto create all needed table found inserver/savingToDBfile - run
node dataMigration.jsinserver/savingToDBfile
- run
- run
node server.jsin a terminal - run
npm startin another terminal





