Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darioalbor/simple-erp
Simple management system (ERP) for small companies 📦
https://github.com/darioalbor/simple-erp
erp javascript mysql nodejs reactjs
Last synced: 9 days ago
JSON representation
Simple management system (ERP) for small companies 📦
- Host: GitHub
- URL: https://github.com/darioalbor/simple-erp
- Owner: DarioAlbor
- Created: 2025-02-12T05:20:51.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-02-12T05:52:36.000Z (9 days ago)
- Last Synced: 2025-02-12T06:36:21.145Z (9 days ago)
- Topics: erp, javascript, mysql, nodejs, reactjs
- Language: JavaScript
- Homepage: https://simple-erp-livid.vercel.app
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
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.# Important Notice
Use the following credentials to log in:
```
Email: [email protected]
Password: passwordseguro123
```# How to Deploy
Clone this repository:
```
git clone https://github.com/DarioAlbor/simple-erp.git
```# Backend Setup
1. Navigate to backend folder: `cd backend`
2. Install dependencies: `npm install`
3. Rename ".env.example" file to ".env" and configure it according to your needs
4. Start the server using `npm start` or test it in development mode using `npm run dev`# Frontend Setup
1. Navigate to frontend folder: `cd frontend`
2. Install dependencies: `yarn install` or `npm install`
3. Rename ".env.example" file to ".env" and configure it according to your needs
4. Start the server using `yarn start` or `npm start` or test it in development mode using `npm run dev`# Technologies
- Node.js
- React.js
- MySQL
- Express