Files
base_abp/changelog.md
2025-10-01 22:20:53 -06:00

809 B

Changelog

All notable changes to this project will be documented in this file.

[2025-10-01] - Initial Documentation

Added

  • Created CLAUDE.md with comprehensive project documentation including:
    • Project overview and architecture explanation
    • Build and run commands for API, migrations, and tests
    • Layer structure description (Core, Application, EntityFrameworkCore, Web.Core, Web.Host, Migrator)
    • ABP Framework integration details
    • Authentication and database configuration
    • Key conventions and development workflow rules
  • Created changelog.md to track all future changes

Notes

  • Project uses ASP.NET Boilerplate framework with .NET 9.0
  • PostgreSQL database with automatic UTC DateTime conversion
  • JWT Bearer authentication enabled
  • Multi-tenancy support configured