This is a simple management system with simple functionalities such as Inventory, Logistics, Sales and a reporting section along with statistics but it was left incomplete. If I see that the repository receives a good rating, I could consider moving forward with the development, keep in mind that I did this out of simple boredom. The repository is always open to suggestions, changes and new contributions.
Use the following credentials to log in:
Email: john.doe@example.com
Password: passwordseguro123
Clone this repository:
git clone https://github.com/DarioAlbor/simple-erp.git
- Navigate to backend folder:
cd backend - Install dependencies:
npm install - Rename ".env.example" file to ".env" and configure it according to your needs
- Start the server using
npm startor test it in development mode usingnpm run dev
- Navigate to frontend folder:
cd frontend - Install dependencies:
yarn installornpm install - Rename ".env.example" file to ".env" and configure it according to your needs
- Start the server using
yarn startornpm startor test it in development mode usingnpm run dev
- Node.js
- React.js
- MySQL
- Express