Added recruitment task

This commit is contained in:
pptx704
2025-07-03 10:01:56 +03:00
parent bcb64faf74
commit 60c5ba5e70
15 changed files with 705 additions and 75 deletions

View File

@ -6,4 +6,4 @@ JWT_SECRET=
JWT_ALGORITHM=
JWT_EXPIRE_MINUTES=
SQLALCHEMY_DATABASE_URL=
SQLALCHEMY_DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB} # Update this