- Read the features below and implement the missing pieces of the code
- don't forget to generate OpenAI API key and add it to an .env file at the
server
folder root - don't forget to run
npm install
in bothclient
andserver
folders
- HR managers can create job postings and view applicants. (chat module)
- HR Managers can perform a smart search on the database to find the best candidates for the job. (search module)
- HR Managers can upload resumes and use the AI to find the best candidates for the job. (upload/docs module)
- HR managers can calculate the salary of the candidates based on the job description. (tools module)
- Run the server:
cd server && npm start
- Run the client:
cd client && npm start
- client is live at
http://localhost:4200
- server is live at
http://localhost:3000
- both projects will auto reload on change
Good luck! 🚀 Nir.