This is a recruitment web application intended mainly as a comprehensive platform to efficiently manage both submitted applications and individual onboarding plans for drivers.
First Clone this repository, then run these commands:
# Navigate to cloned repo
cd driver-hub_web
# Install project dependencies
npm install
# Run deployment server
npm run dev
or use this all in one command:
# After cloning the repo
cd driver-hub_web && npm install && npm run dev
Then Open http://localhost:3000 with your browser to see the result.
- Authentication.
- Application, Onboarding, and Courses Management.
- Feedback reception and provision.
- Chatting.
- Dashboard
If you want to contribute to this project, You are welcome to submit a PR.