Skip to content

chetangotgithub/SpinHr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spin HR

An Application used by HR to manage employees' data at scale. Employees use it to see attendance add leaves check salary, holidays, and tasks assigned

Project Status

Currently, in the WIP state, you can sign up, sign in, add leaves, and check attendance.

Project Screen Shot

image

image

image

Installation and Setup Instructions

  1. Clone project

  2. install dependencies

cd frontend
npm i
cd backend
npm i
  1. Create .env file in backend folder
MONGODB_URI = <MONGODB_URI>
PORT = <ANY PORT>
SALT = <NUMBER>

TOKEN_SECRET=<RANDOM STRING>

  1. Run the code
cd frontend
npm run dev
cd backend
npm start

Tech Stack Used

Frontend: React, Express, MaterialUI, CSS, Redux, React Router, Axios
Backend: Mongodb, Mongoos,e JsonWebToken, REST APIS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published