This is an HR calendar application. It helps HR teams to set up their available times for meetings. Candidates can view these available times, choose a slot, and book it.
Introduction:
This is an HR calendar application. It helps HR teams to set up their available times for meetings. Candidates can view these available times, choose a slot, and book it.
Getting Started:
To use this application:
1.HR team: You can add your available slots for meetings in the calendar. 2.Candidates: You can browse the available slots and select a time that suits you. Then, you can book that slot for your meeting. That's it! It's a straightforward way for HR teams and candidates to schedule meetings efficiently.
List any software or dependencies that need to be installed before running your project. For example:
A step-by-step guide on how to install and set up your project.
-
Clone this repository:
git clone https://github.com/pv-kiran/techtask-powersoft.git
-
Navigate to the server folder:
- cd server
- Install server dependencies:
- npm install
- Navigate to the client folder
- cd ..
- cd client
5.Install client dependencies
- npm install
- Start the server
- cd server
- npm start
7.Start the client
- cd client
- npm run dev
- http://localhost:5173
- NodeJS
- ExpressJS
- MongoDB
- React