/recruit

Simple app for job applicants to post their resume

Primary LanguageJavaScript

recruit

Setup

Run and build locally with Docker:

docker build -t do-recruit -f Dockerfile.dev .
docker run -it -e SMTP_USER=you -e SMTP_PASS=loveme -e TO=john.doe@email.com -p 3000:3000 do-recruit