Feat/farm api#1
Draft
pedroosz wants to merge 5 commits into
Draft
Conversation
- Create new Farm API microservice using Bun and Elysia framework - Add Dockerfile with multi-stage build for production deployment - Implement database schema with Drizzle ORM for farms, farm items, and farm item types - Add initial migration for farm_api schema with tables and relationships - Create BalanceService to integrate with Balance API - Add health check endpoint and OpenAPI documentation support - Include migration
…' and 'db-migration-service' to 'database-migrator' for consistency - Update docker-compose.yml to rename postgres-db service to database and db-migration-service to database-migrator - Add farm-migrator and farm-api services to docker-compose with proper database dependencies - Update all references in documentation and configuration files to use new service names - Modify .env.example to reflect database host name change - Update setup
- Add FARM_API_URL configuration pointing to farm-api service on port 8081 - Add FARM_API_SCHEMA configuration for database schema name
… to 'database' for consistency - Update DB_HOST default value in challenge_api README.md documentation - Change spring.datasource.url default host in application.properties - Update docker-compose.yml dependencies for challenge-api and challenge-migrator services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.