💡Human Resource (HR) refer to the people who make up the workforce of an organization or company.
💡Expense refers to the cost incurred by an organization or individual in the process of generating revenue or achieving a specific objective. It can include various items such as salaries, rent, utilities, office supplies, travel expenses, marketing costs, and more.
To get started with Stack-hr & Stack-expense, follow these steps:
📔 Prerequisites
✔️--PostgreSQL
✔️--Express
✔️--React
✔️--Node
✔️--Git
Installation
👣 Steps:
-
Clone the repository using
git clone https://github.com/your-username/your-project-name.git -
Navigate to the project directory example:
cd your-project-name -
Run 'npm install' to install the dependencies
-
Run 'npm start' to start the application
Usage
✳️ Employee Management:Add,edit and delete employees, view employee details and search employees
✳️ Expense Management: Add, edit and delete expenses, view expense details and search for expenses
✳️ Report Generation: Generate reports on employee data and expenses
✍️ Contributing
💠Fork this repository
💠Create a new branch (git checkout -b feature/your-feature-name)
💠Make your changes and commit them:
--git add .
--git commit -m "Add your message"
--git commit -m "Add functionality in adding expense"
--You can add emoji "🔧 Fixing codes in dashboard page"
Here's the link for emoji's: https://gitmoji.dev/<br>
☑️Click the emoji you want it will be automatically copied.<br>
☑️Then paste on your commit message.
💠Push to the branch
--git push origin feature/your-feature-name
🔶 Can use Visual Studio Code directly
Step 1: Click Source Control (Ctrl+Shift+G)
Step 2: Add files/packages you want to commit on Stage Changes
Step 3: Put an emoji in the message box with commit message (be specific)
Step 4: Click --Commit--
Step 5: Click the 3(three) dots above the click Push
Check you github if there's an update. If none, try to Pull then Push again...