Backend for Talent, a talent acquisition web application
To get started with development, we must first set up our environment.
cp .env.example .env
and fill out the environment variables, note that DB_HOST
must match the name of our postgres service talent-postgres
.docker-compose up -d
To run tests, we must first write them.