This directory contains all project documentation.
- TESTING.md — Comprehensive testing guide
- TEST_SUMMARY.md — Test coverage statistics
- README_TESTING_CI.md — Testing and CI quick start guide
- CI_CD.md — CI/CD pipeline documentation
- CI_FIXES.md — CI fixes and improvements
- GOFMT_FIX.md — gofmt check fixes
- TESTIFY_FIX.md — Testify dependency fixes
- LINTER_FIXES.md — Linter errors fixes
- ARCHITECTURE_TESTING.md — Architecture and testing details
- USER_SERVICE_README.md — User Service documentation
- COMMIT_MESSAGE.txt — Example commit message template
- Main README — Project overview and quick start
- Frontend Documentation — Frontend documentation
docs/
├── README.md # This file
├── TESTING.md # Testing guide
├── TEST_SUMMARY.md # Coverage statistics
├── CI_CD.md # CI/CD documentation
├── README_TESTING_CI.md # Testing & CI quick start
├── USER_SERVICE_README.md # User Service docs
├── ARCHITECTURE_TESTING.md # Architecture details
├── CI_FIXES.md # CI fixes
├── GOFMT_FIX.md # gofmt fixes
├── TESTIFY_FIX.md # Testify fixes
├── LINTER_FIXES.md # Linter fixes
└── COMMIT_MESSAGE.txt # Commit template
- New to the project? Start with the Main README
- Want to run tests? Check TESTING.md
- Setting up CI/CD? Read CI_CD.md
- Contributing? See README_TESTING_CI.md