https://github.com/imbenrabi/crm-app
CRM web application.
https://github.com/imbenrabi/crm-app
javascript material-ui mysql nodejs react recharts sequelize sql
Last synced: 2 months ago
JSON representation
CRM web application.
- Host: GitHub
- URL: https://github.com/imbenrabi/crm-app
- Owner: imbenrabi
- Created: 2020-11-23T10:48:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T11:09:14.000Z (over 5 years ago)
- Last Synced: 2025-03-14T03:43:42.333Z (over 1 year ago)
- Topics: javascript, material-ui, mysql, nodejs, react, recharts, sequelize, sql
- Language: JavaScript
- Homepage:
- Size: 749 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRM Web Application
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), adding on to it express-MySQL server.
## General description
- CRM web application.
- Node.js server serving React.Js app.
- UI by [Material-UI](https://material-ui.com/).
## Mock data.
- Inspect at data.json.
- Set up your MySQL DB using the files in the server/setup directory.
## Production deployment / production-like env.
- In order to serve React app through the server uncomment specified line in server.js.
## Starting the server
- Run `node server/server.js`.
## Start
- Run `yarn start` on a separate terminal tab than the server's.
- Runs the app in the development mode.
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.
## App screenshots
## Roadmap
- Completing Add Client and Update Client functionality.
- Toggle dark mode button.
- Adding snackbar messages.
- Implementing Sequelize models.