gohorsejobs/backend
Tiago Yamamoto 0876584499 feat(seeder): add realistic job templates with all new fields
Replace placeholder job data with 10 varied templates covering:
- employment_type (full-time, part-time, contract, dispatch)
- work_mode (remote, hybrid, onsite)
- salary_min/max, salary_type, currency (BRL/USD/EUR/GBP/JPY)
- salary_negotiable, language_level, visa_support
- date_posted, realistic descriptions and locations

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 13:06:32 -06:00
..
cmd merge: resolve conflicts by accepting dev changes 2026-02-14 17:38:47 +00:00
docs feat: add register no swaggger 2026-01-13 19:57:53 -03:00
internal feat(seeder): add realistic job templates with all new fields 2026-02-22 13:06:32 -06:00
migrations refactor(auth): remove hash hardcoded da migration, seeder gera em runtime 2026-02-22 12:05:54 -06:00
scripts fix: standardize apiUrl to api.rede5.com.br 2026-02-07 16:51:04 +00:00
tests chore: padroniza conexão de banco via DATABASE_URL 2026-02-12 20:13:46 -03:00
.dockerignore perf(docker): ultra-optimize backend build 2025-12-28 12:05:12 -03:00
.env.example feat: add register no swaggger 2026-01-13 19:57:53 -03:00
.gitignore chore: add test-output to gitignore and organize .out files 2026-01-04 15:40:54 -03:00
BACKEND.md docs: unify documentation structure 2026-02-16 05:57:02 -06:00
Dockerfile fix: adiciona CORS_ORIGINS para permitir frontend HTTPS 2026-02-17 11:46:22 -06:00
generate_keys.go feat(backoffice): Implementa gestão de credenciais e novas abas administrativas 2026-01-09 17:18:51 -03:00
go.mod Merge branch 'dev' 2026-01-17 18:23:41 -03:00
go.sum feat: add test coverage and handler improvements 2026-01-02 08:50:29 -03:00
package-lock.json docs: move diagrama de arquitetura para STATUS_REPORT.md 2026-02-12 19:09:41 -03:00
README.md docs: add AI context rules and missing READMEs 2026-02-21 13:33:36 -06:00
start_dev.sh feat: New Home layout, Navbar and I18n improvements 2026-01-27 01:26:10 +00:00

Backend API - GoHorse Jobs

This directory contains the main Golang backend service for GoHorse Jobs. It serves the REST API for the core platform.

🚨 AI Rules Warning 🚨

Before making ANY changes to infrastructure deployment manifests or Kubernetes files, please refer to the project-wide AI Rules located at .agent/rules.md. Do NOT touch k3s or k8s files. Do not alter raw RSA/base64 authentication keys.