Conversation
- Add README.md with project overview, endpoints, and build instructions - Read REDISPORT from environment variable with 6379 as default
- Load quotes from JSON file or Redis based on CLI argument - Require argument, show usage help when missing - Lazy loading on first request via sync.Once - Add comprehensive tests for handlers and file loading - Update README with new usage instructions
- Add GET / endpoint listing available routes - Restructure README as workshop with Labs 0-4: - Lab 0: Explore app, discover Go is missing - Lab 1: First Flox environment with Go - Lab 2: Redis service with load_quotes alias - Lab 3: Environment composition with FloxHub includes - Lab 4: Build and publish package - Add test for index endpoint
- Add test_workshop.sh to validate all workshop labs
- Fix environment composition syntax: { remote = "..." }
- Add load_quotes alias to Lab 2
- Proper port cleanup between test labs
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.
Summary
Workshop Labs
flox init,install,activateload_quotesaliasTest plan
./test_workshop.shpasses all labsgo test -v ./...passes