gohorsejobs/seeder-api
Tiago Yamamoto 2ed84f6d56 refactor(seeder): convert to API service and fix SSL connection
- Refactored seeder to Express API with /seed and /reset endpoints
- Updated Dockerfile to run server.js
- Fixed DB connection for managed postgres (stripped sslmode)
- Fixed tags seeder export syntax
- Preserved CLI functionality
2026-01-02 09:19:01 -03:00
..
node_modules refactor(seeder): convert to API service and fix SSL connection 2026-01-02 09:19:01 -03:00
sql data(seeder): add location SQL data files 2025-12-24 16:23:33 -03:00
src refactor(seeder): convert to API service and fix SSL connection 2026-01-02 09:19:01 -03:00
.dockerignore chore: add Dockerfiles and gitignore files for all services 2025-12-14 09:28:09 -03:00
.env.example chore: add login verification scripts and update deps 2025-12-24 14:22:56 -03:00
.gitignore feat: expand testing, add fast seeder options, hardcode superadmin 2025-12-24 17:07:45 -03:00
Dockerfile refactor(seeder): convert to API service and fix SSL connection 2026-01-02 09:19:01 -03:00
package-lock.json refactor(seeder): convert to API service and fix SSL connection 2026-01-02 09:19:01 -03:00
package.json refactor(seeder): convert to API service and fix SSL connection 2026-01-02 09:19:01 -03:00
SEEDER-API.md docs: Update SEEDER-API.md with current scripts and location data 2025-12-26 13:11:53 -03:00