An open API service indexing awesome lists of open source software.

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

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`