An online GPT-3 powered tool to tailor and format CV to job posting. Recipient of an Entrepreneurship Award at Hack the Burgh IX hackathon
- Run server-side FastAPI app in one terminal...
cd backend
python3 -m venv env
source env/bin/activate
pdm install
python3 main.py
- Run client-side React app in different terminal...
cd frontend
npm install
npm run start