ResuMatch helps you find the right people for your jobs by looking at resumes and matching them to what you need.
- A Windows computer
- Internet connection
- Go to Node.js website
- Click the big green button that says "LTS" (stands for Long Term Support)
- After download finishes, click the file to start installation
- Click "Next" for all prompts (all default settings are fine)
- Wait for installation to complete and click "Finish"
- Right-click the ResuMatch ZIP file you downloaded
- Select "Extract All..."
- Choose where you want to put the files and click "Extract"
- Open the extracted folder
- Press and hold Shift key, then right-click in an empty area of the folder
- Select "Open command window here" or "Open PowerShell window here"
- Type this command and press Enter:
npm install - Wait until it finishes (this might take a few minutes)
- Type this command and press Enter:
npm run dev - When you see a message saying the server is running, open your web browser
- Type
http://localhost:3000in the address bar and press Enter
- Click "Jobs" in the sidebar
- Click the "Add Job Posting" button
- Fill in the job details
- Type each skill needed and press Enter
- Click "Create Job Posting"
- Click "Candidates" in the sidebar
- Click "Upload Resume"
- Fill in the name and details
- Click "Choose File" to upload a resume
- Click "Submit"
- Click "Match" from any screen
- Select a job and a candidate
- See how well they match
- Save the match result
If something isn't working:
- Make sure you installed Node.js correctly
- Try running
npm installagain - Restart your computer and try again
- If a message says "port in use", close other programs and try again
The app works best with Microsoft Edge or Google Chrome browsers.