https://github.com/rafaelwi/cvstore
The ATS for Applicants, intelligent job application tracking. Won 3rd place at Hack the Job Hackathon
https://github.com/rafaelwi/cvstore
Last synced: 15 days ago
JSON representation
The ATS for Applicants, intelligent job application tracking. Won 3rd place at Hack the Job Hackathon
- Host: GitHub
- URL: https://github.com/rafaelwi/cvstore
- Owner: rafaelwi
- Created: 2022-01-07T23:59:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T23:44:31.000Z (over 3 years ago)
- Last Synced: 2025-02-23T08:16:07.268Z (8 months ago)
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CVstore: The ATS for Applicants
Scott and Rafael's winning entry for Hack the Job 2022# Python Dev setup
1. Create venv: `python3 -m venv ./env`
1. Enter venv: `source env/bin/activate`
1. Install from requirements `pip3 install -r requirements.txt`