Self-host a free invoicing and customer management system for a small business instead of paying for Salesforce or QuickBooks.
Send professional invoices and track payments without any per-user or monthly subscription fees.
Build a custom ERP feature on top of IDURAR by adding a new React component and matching Express backend route.
Requires a MongoDB database (free Atlas cluster works) and starting a backend server and frontend server separately.
IDURAR is a free, open-source ERP and CRM application for small businesses. ERP stands for Enterprise Resource Planning, and CRM stands for Customer Relationship Management. In practical terms, this is software for managing customers, sending invoices and quotes, tracking payments, and handling basic accounting, all in one place without paying for a commercial subscription. The application is built with a JavaScript stack: Node.js and Express.js on the backend, MongoDB as the database, and React.js for the user interface. The interface uses a component library called Ant Design for its visual elements. State management on the frontend uses Redux. This combination is commonly called the MERN stack, and is popular for building web applications that need both a dynamic interface and a flexible database. The features listed in the README include invoice management, payment management, quote management, and customer management. A self-hosted enterprise version with additional features is available through the project website if you prefer a managed option rather than running it on your own server. Setting up IDURAR yourself requires several steps: cloning the repository, creating a MongoDB database such as a free Atlas cluster, editing environment variables to point to your database, installing backend and frontend dependencies separately, running a setup script, and then starting both servers. The README links to a separate installation file with detailed instructions for each step. The software is released under the GNU Affero General Public License v3.0. Personal and commercial use are both permitted under the license. The project describes itself as "fair-code" open source and is sponsored by DigitalOcean.
← idurar on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.