Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 489 Bytes

File metadata and controls

28 lines (23 loc) · 489 Bytes

Human Resource Management System

Web based application for a company’s Human Resource Management System to manage their employee details, leave details and derive useful reports. My role was to develop the leave configuration, design the database and reports.

Getting Started

git clone https://github.com/Prathush21/Human-Resource-Management-System.git

Frontend

cd client
npm install
npm start

Backend

cd server
npm run dev