Developed in TypeScript, React Hooks and React Apollo as state container
There are two web apps; user and admin. User app is for the employees to login and check their leave balance and apply for leave. Admin app is for HR. HR can approve/decline leave, manage employee record, create/archive/unarchive staff record.
Within the download you will find the following directories.
User
Admin
Server
For Admin and User web apps:
Admin and User app is developed using Create React App tool https://github.com/facebookincubator/create-react-app
Clone the repo and install using yarn install
or npm install
And then run your project using npm start
or yarn start
.
Server:
Server has been developed in Python and PostgreSQL database using flask web framework. Install the listed dependencies.
Navinesh Chand