You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDURAR is Open Source ERP/CRM (Invoice / Inventory / Accounting / HR) Based on Mern Stack (Node.js / Express.js / MongoDb / React.js ) with Ant Design (AntD) and Redux
GitHub Repository : https://github.com/idurar/idurar-erp-crm
1) just create MongoDB Atlas accout database url 2) change this file name .variables.env.tmp to .variables.env 3) open .variables.env and paste your MongoDB url here : DATABASE=your-mongodb-url 4) npm install 5) npm setup
## Setup frontend 1) cd frontend 2) npm install 3) change api config to loaclhost in this : src/frontend/src/config/serverApiConfig.js