Server Link https://crm-api-indol.vercel.app
Users https://crm-api-indol.vercel.app/api/v1/users
Customers https://crm-api-indol.vercel.app/api/v1/customers
Projects https://crm-api-indol.vercel.app/api/v1/projects
Expenses https://crm-api-indol.vercel.app/api/v1/expenses
Clone the project
git clone https://github.com/Softronixs-System-Ltd/crm-backend.gitGo to the project directory
cd crm-backend
Install dependencies
npm installStart the server
npm run dev