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
Currently, in the WIP state, you can sign up, sign in, add leaves, and check attendance.
-
Clone project
-
install dependencies
cd frontend
npm i
cd backend
npm i
- Create .env file in backend folder
MONGODB_URI = <MONGODB_URI>
PORT = <ANY PORT>
SALT = <NUMBER>
TOKEN_SECRET=<RANDOM STRING>
- Run the code
cd frontend
npm run dev
cd backend
npm start
Frontend: React, Express, MaterialUI, CSS, Redux, React Router, Axios
Backend: Mongodb, Mongoos,e JsonWebToken, REST APIS