Files
rxminder/docs
William Valentin 518752ab6e feat: use DOCKER_IMAGE from .env in Makefile
- Update Makefile to read DOCKER_IMAGE from .env file with proper precedence
- Environment variables override .env file values
- Fallback to 'meds-app:latest' if not defined anywhere
- Add new Docker targets: docker-run, docker-push, docker-config
- Improve help output with environment variable documentation
- Update APP_NAME_CONFIGURATION.md to show Makefile usage examples

Variable precedence:
1. Environment variable (highest)
2. .env file (medium)
3. Default fallback (lowest)
2025-09-08 21:43:02 -07:00
..

📚 Documentation Index

Welcome to the RxMinder documentation! This guide will help you navigate through all available documentation organized by category.

🏗️ Architecture & Design

🚀 Setup & Configuration

💻 Development

🔧 Implementation

📝 Project Information

  • README - Main project overview and quick start
  • Contributing - How to contribute to the project
  • Changelog - Version history and changes
  • License - Project license information

🔍 Quick Navigation

For New Developers

  1. Start with README
  2. Review Project Structure
  3. Follow Complete Template Configuration
  4. Read Code Quality guidelines
  5. Set up Pre-commit Hooks

For Development

  1. Check API Documentation
  2. Review Database Service for data operations
  3. Review Application Security requirements
  4. Configure App Name for branding
  5. Set up Environment Variables

For Code Quality

  1. Read Code Quality standards
  2. Configure Pre-commit Hooks
  3. Review Security Changes

📋 Last Updated: January 2024
🔄 Documentation Version: 3.0
📦 Project Version: 0.0.0