Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 📦

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