Skip to content

Conversation

@DevMando
Copy link
Owner

@DevMando DevMando commented Jul 2, 2025

This PR adds a complete README.md to the project, including:

  • Live demo link
  • Overview of technologies used (.NET 8, Blazor Server, EF Core, Docker)
  • Detailed setup instructions for running locally with Docker or Docker Compose
  • Sample .env configuration
  • Google OAuth setup steps
  • Breakdown of features, project structure, and future enhancement roadmap

Also includes an update to .gitignore to exclude the auto-generated ARM deployment profile.

DevMando and others added 4 commits July 2, 2025 00:33
…lates

::NOTE:: Accidentally merged to main instead of development.

Docker + Environment Configuration Added

Updated Program.cs to load environment variables from .env via AddEnvironmentVariables()
Logged Google Client ID to verify environment variable loading during app startup
Added Azure ARM deployment JSON under Properties/ServiceDependencies
Added docker-compose.yml file for easier local development with environment variable injection
This PR ensures the Docker image can be configured securely using environment variables, supporting both local testing and production deployments.
Description:
- Updated `.gitignore` to exclude `profile.arm.json`, which was unintentionally tracked in a previous commit
- This file is generated by Visual Studio for Azure deployment and is specific to the local environment
- Keeping it out of source control avoids unnecessary noise and potential config conflicts between developers
Updated README with setup instructions, OAuth config, Docker usage, and future roadmap
@DevMando DevMando merged commit 287309a into main Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants