GithubHelp home page GithubHelp logo

davisonmatt / erp-crm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from idurar/idurar-erp-crm

0.0 0.0 0.0 18.55 MB

IDURAR Open Source ERP CRM Node Js React MERN

Home Page: https://idurarapp.com/demo/

License: MIT License

JavaScript 90.39% HTML 0.65% Pug 7.53% Less 1.44%

erp-crm's Introduction

Free Open Source ERP / CRM | Node.js React.js

IDURAR ERP CRM | Simple To Use

www.idurarapp.com/open-source-erp-crm/

IDURAR is Open 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! 🤩

Our Sponsors

Open Source ERP / CRM - MERN Stack (Node.js/React.js)

Open Source ERP / CRM App

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

Live App Demo : https://idurarapp.com/demo/

username : [email protected] password : admin123

Getting started

Step 1: Clone the repository

git clone https://github.com/idurar/idurar-erp-crm.git
cd idurar-erp-crm

Step 2: Create Your MongoDB Account and Database/Cluster

  • 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)

Step 3: Create the Environment File

  • Create a file named .variables.env in the /backend directory.
  • Copy all variables from tmp.variables.env .
  • Paste the copied variables inside .variables.env. This file will store environment variables for the project to run.

Step 4: Update MongoDB URI

In the .variables.env file, find the line that reads:

DATABASE="your-mongodb-uri"

Replace "your-mongodb-uri" with the actual URI of your MongoDB database.

Step 5: Install Backend Dependencies

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.

Step 6: Run Setup Script

While still in the /backend directory of the project, execute the following command to run the setup script:

node setup/setup.js

This setup script may perform necessary database migrations or any other initialization tasks required for the project.

Step 7: Run the Backend Server

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.

Step 8: Install Frontend Dependencies

Open a new terminal window , and run the following command to install the frontend dependencies:

cd frontend
npm install

This command will navigate to the frontend directory within the project and install all the required packages for the frontend.

Step 9: Run the Frontend Server

After installing the frontend dependencies, run the following command in the same terminal to start the frontend server:

npm run start

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.

Website Login Credentials

Once the website is up and running, you can log in using the following credentials:

username : [email protected] - password : admin123

Now you should be all set to run the project locally on your machine and explore its features.

Contributing

1.How to contribute

2.Reporting issues

3.Working on issues

4.Submitting pull requests

5.Commit Guidelines

6.Coding Guidelines

7.Questions

Star History

Here you can see the proxy of our growth on the platform and that we're only getting started.

But if you'd like to check it out more news and website you can always check it out on: https://www.idurarapp.com/.

License

MIT/Massachusetts Institute of Technology(here LICENSE)

The IDURAR code is licensed by Massachusetts Institute of Technology.

By contributing to IDURAR, you will be agreeing that your contributions will be licensed under its Massachusetts Institute of Technology(MIT).

Show your support

Dont forget to give a ⭐️ to this project ... Happy coding!

erp-crm's People

Contributors

salahlalami avatar polymahh avatar onfranciis avatar ando22 avatar rkmdcodes avatar brunovjk avatar adeojoemmanuel avatar chandra1899 avatar aman-gupta-404 avatar ovilashmoitra avatar parteekcoder avatar sidgaikwad avatar vinaybadgujar102 avatar dipanshu1001 avatar ashmeetsmonga avatar npiyush97 avatar sinharitik589 avatar fernando7181 avatar 18feb06 avatar akindoju avatar mediheb-codes avatar logesh-b avatar amhsirak avatar bharatpratap avatar sweetapplepumpkinpie avatar sagar-joshi avatar quan-nh2 avatar ergomake[bot] avatar cyclic-sh[bot] avatar michaelnadar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.