Skip to content

DarioAlbor/simple-erp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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: john.doe@example.com
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

About

Simple management system (ERP) for small companies 📦

Topics

Resources

Stars

Watchers

Forks