IDURAR ERP CRM | Simple To Use | 44 Languages
www.idurarapp.com/open-source-erp-crm/
๐ฆ๐ฑ ๐ฉ๐ฟ ๐ง๐ฉ ๐ง๐ฌ ๐จ๐ณ ๐ญ๐ท ๐จ๐ฟ ๐ฉ๐ฐ ๐ณ๐ฑ ๐บ๐ธ ๐ช๐ช ๐ซ๐ท ๐ฉ๐ช ๐ฌ๐ท ๐ฎ๐ณ ๐ญ๐บ ๐ฎ๐ฉ ๐ฎ๐น ๐ฏ๐ต ๐ฐ๐ท ๐ฑ๐ป ๐ฑ๐น ๐ฒ๐ฐ ๐ฒ๐พ ๐ณ๐ด ๐ต๐ฑ ๐ง๐ท ๐ต๐น ๐ฎ๐ท ๐ท๐ด ๐ท๐บ ๐ธ๐ฐ ๐ธ๐ฎ ๐ช๐ธ ๐ธ๐ช ๐น๐ญ ๐น๐ท ๐บ๐ฆ ๐ต๐ฐ ๐ป๐ณ ๐ท๐ธ ๐ช๐ฆ ๐ต๐ญ ๐ซ๐ฎ
IDURAR is Open "Fair-Code" Source ERP / CRM (Invoice / Inventory / Accounting / HR) Based on Advanced Mern Stack (Node.js / Express.js / MongoDb / React.js ) with Ant Design (AntD) and Redux
Live App Demo : https://idurarapp.com/demo/
๐ Give a Star โญ๏ธ & Fork to this project ... Happy coding! ๐คฉ`
IDURAR is fair-code distributed under the Developer Trial Use Licensee and the IDURAR Enterprise License.
Commercial licenses are available : Get in touch
๐ฅ I would like to invite you for a weekly free IDURAR Webinar (Node.js React.js course), where you learn how to deploy IDURAR on cloud , and create a new api and new crud app with IDURAR in just one hour ? Please fill this form if you are interested : https://forms.gle/qz2YZ3xQFQ77bGhS8
The Webinar will be this Wednesday at 1pm GMT.
IDURAR is Open "Fair-Code" Source ERP / CRM (Invoice / Inventory / Accounting / HR) Based on Mern Stack (Node.js / Express.js / MongoDb / React.js ) with Ant Design (AntD) and Redux
Live App Demo : https://idurarapp.com/demo/
username : admin@demo.com password : admin123
git clone https://github.com/idurar/idurar-erp-crm.git
cd idurar-erp-crm
-
Create your own MongoDB account by visiting the MongoDB website and signing up for a new account.
-
Create a new database or cluster by following the instructions provided in the MongoDB documentation. Remember to note down the "Connect to your application URI" for the database, as you will need it later. Also, make sure to change
<password>
with your own password -
add your current IP address to the MongoDB database's IP whitelist to allow connections (this is needed whenever your ip changes)
-
Check a file named .env in the /backend directory.
This file will store environment variables for the project to run.
In the .env file, find the line that reads:
DATABASE="your-mongodb-uri"
Replace "your-mongodb-uri" with the actual URI of your MongoDB database.
In your terminal, navigate to the /backend directory of the project and run the following command to install the backend dependencies:
npm install
This command will install all the required packages specified in the package.json file.
While still in the /backend directory of the project, execute the following command to run the setup script:
npm run setup
This setup script may perform necessary database migrations or any other initialization tasks required for the project.
In the same terminal, run the following command to start the backend server:
npm run dev
This command will start the backend server, and it will listen for incoming requests.
Open a new terminal window , and run the following command to install the frontend dependencies:
cd frontend
npm install
After installing the frontend dependencies, run the following command in the same terminal to start the frontend server:
npm run dev
This command will start the frontend server, and you'll be able to access the website on localhost:3000 in your web browser.
โ If you encounter an OpenSSL error while running the frontend server, follow these additional steps:
Reason behind error: This is caused by the node.js V17 compatible issues with OpenSSL, see this and this issue on GitHub.
Try one of these and error will be solved
-
Downgrade to Node.js v16.
-
Enable legacy OpenSSL provider
Here is how you can enable legacy OpenSSL provider
- On Unix-like (Linux, macOS, Git bash, etc.)
export NODE_OPTIONS=--openssl-legacy-provider
- On Windows command prompt:
set NODE_OPTIONS=--openssl-legacy-provider
- On PowerShell:
$env:NODE_OPTIONS = "--openssl-legacy-provider"
Here is reference about enabling legacy OpenSSL provider
After trying above solutions, run below command
npm run start
If you still facing issue, then follow this stackoverflow thread. It has so many different types of opinions. You definitely have solution after going through the thread.
Once the website is up and running, you can log in using the following credentials:
username : admin@demo.com - password : admin123
Now you should be all set to run the project locally on your machine and explore its features.
IDURAR is fair-code distributed under the Developer Trial Use Licensee and the IDURAR Enterprise License.
Commercial licenses are available : Get in touch
Dont forget to give a โญ๏ธ to this project ... Happy coding!