A simple CRM built with Fastify and React.
- Test data is auto generated when the server boots up.
- Each customer has
id
,name
,phone
,address
,email
,status
,createdAt
and can have any number ofnotes
. - Click
Edit
button to edit customer'sstatus
andnote
(add/modify/delete). - Using the header column to filter or sort the customer list.
- Node.js 10.x+
- Yarn 1.17+
- MariaDB 10.x+
yarn start-server
yarn start
yarn test-server
yarn test
yarn build
First time to try Fastify, Sequelize and React Hooks.