CoolFace
Apppublic

itembridge/procurement-item-translator

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

Procurement Item Translator

Public procurement item assistant for Korean purchasing workflows.

The Docker Space serves the React frontend and Spring Boot API from the same container. Runtime secrets such as PUBLIC_DATA_SERVICE_KEY and AI_API_KEY must be configured in the Space settings, not committed to the repository.

Production database

Use an external Postgres database for deployed Spaces so generated sessions and drafts survive container restarts. Neon Postgres is the recommended free starting point.

Required Space secrets:

  • SPRING_PROFILES_ACTIVE=postgres
  • SPRING_DATASOURCE_URL=jdbc:postgresql://<host>/<database>?user=<user>&password=<password>&sslmode=require
  • PUBLIC_DATA_SERVICE_KEY=<data.go.kr service key>
  • AI_API_KEY=<Gemini API key>

Local development keeps using SQLite by default.