This README will guide you on how to run the client, server, and AI components of the project.
Make sure you have the following installed on your machine:
Follow these steps to run the project:
Navigate to the client directory and start the development server:
cd client
npm run devIn a separate terminal, navigate to the server directory and start the development server:
cd server
npm run devIn a separate terminal, navigate to the AI directory, activate the virtual environment, and run the main.py script:
cd AI
talentsync_ai\Scripts\activate
python main.py