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