Skip to content

pdtnelson/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resume Application

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.

Project Setup

Frontend

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Backend

pip install -r requirements.txt

Add required variables to .env

MONGO_CONN_STR=mongodb://user:pass@127.0.0.1:27017
MONGO_DATABASE=resume-db
JWT_SECRET=super_secret_secret

Start the local database container

docker-compose up -d

Run the backend via cli

fastapi dev main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors