A modern issue tracking application built with .NET Aspire, Blazor, and MongoDB.
Articles is a full-stack web application for managing issues and tracking project progress. It demonstrates modern .NET development practices using the latest technologies and architectural patterns.
docs/ -- Documentation and guides
src/ -- Source code (Aspire, Web, Domain)
tests/ -- Unit and Integration tests
Articles.slnx -- Solution file- .NET 10 SDK
- Docker Desktop or Podman (for MongoDB container)
- MongoDB Compass (optional)
- Clone the repository:
git clone https://github.com/mpaulosky/Articles.git - Open
Articles.slnxin JetBrains Rider or Visual Studio 2022. - Run the
AppHostproject to start the application and its dependencies.
- CONTRIBUTING.md - Contribution guidelines
- SECURITY.md - Security guidelines
- CODE_OF_CONDUCT.md - Community standards
- REFERENCES.md - Technologies and tools used
Licensed under the MIT License. See LICENSE file for details.
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Status: Active Development | Latest Release: .NET 10 | Maintained By: @mpaulosky