A Vue 3 and FastAPI based application for hosting a resume and a personal blog. Allows for the user to create customized profiles and resumes for specific job opportunities.
npm installnpm run devnpm run buildLint with ESLint
npm run lintpip install -r requirements.txtMONGO_CONN_STR=mongodb://user:pass@127.0.0.1:27017
MONGO_DATABASE=resume-db
JWT_SECRET=super_secret_secret
docker-compose up -dfastapi dev main.py