{"id":26038868,"url":"https://github.com/gerardogarnica/aurora-coinly-api","last_synced_at":"2026-04-12T10:37:19.921Z","repository":{"id":281085701,"uuid":"941190207","full_name":"gerardogarnica/aurora-coinly-api","owner":"gerardogarnica","description":".NET Core API for Aurora Coinly, a small-scale personal finance management application","archived":false,"fork":false,"pushed_at":"2025-06-23T19:52:01.000Z","size":245,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T20:37:49.770Z","etag":null,"topics":["clean-architecture","csharp","dotnet","mediatr","netcore","opentelemetry","postgresql","rest-api","seq","serilog"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gerardogarnica.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-01T17:48:26.000Z","updated_at":"2025-06-23T19:52:05.000Z","dependencies_parsed_at":"2025-04-07T22:22:18.011Z","dependency_job_id":"92cb09ed-7d1f-4997-afd8-7f6fc6f10a0d","html_url":"https://github.com/gerardogarnica/aurora-coinly-api","commit_stats":null,"previous_names":["gerardogarnica/aurora-coinly-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gerardogarnica/aurora-coinly-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardogarnica%2Faurora-coinly-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardogarnica%2Faurora-coinly-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardogarnica%2Faurora-coinly-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardogarnica%2Faurora-coinly-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerardogarnica","download_url":"https://codeload.github.com/gerardogarnica/aurora-coinly-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardogarnica%2Faurora-coinly-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263507894,"owners_count":23477405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clean-architecture","csharp","dotnet","mediatr","netcore","opentelemetry","postgresql","rest-api","seq","serilog"],"created_at":"2025-03-07T10:37:52.975Z","updated_at":"2025-12-30T22:18:06.712Z","avatar_url":"https://github.com/gerardogarnica.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aurora Coinly API\n\nAurora Coinly is a personal finance management application designed to help users track incomes, expenses, budgets, and wallet operations efficiently and securely.\n\n## Table of Contents\n\n- [Technologies](#technologies)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Roadmap](#roadmap)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n- [Acknowledgements](#acknowledgements)\n\n## Technologies\n\nAurora Coinly leverages the following technologies and tools:\n\n- **.NET 9**: Modern, high-performance backend framework.\n- **C# 13**: Latest language features, including records and DateOnly.\n- **Entity Framework Core**: ORM for data access and persistence.\n- **PostgreSQL**: Robust, open-source relational database.\n- **MediatR**: Implements the mediator pattern for decoupled business logic.\n- **Swagger/OpenAPI**: Interactive API documentation and testing.\n- **Clean Architecture**: Clear separation of concerns (Domain, Application, Infrastructure, API).\n- **Dependency Injection**: Flexible and decoupled configuration.\n- **Automated Migrations**: EF Core migrations to keep the database schema up to date.\n\n## Features\n\n- **Wallet management** with operation history.\n- **Transaction tracking** (income, expenses, payments, reversals).\n- **Budget management** and budget periods.\n- **Payment methods** and custom categories.\n- **Automatic monthly summaries** of financial activity.\n- Robust business validations and consistent error handling.\n- RESTful API, fully documented and easy to consume.\n- Ready for authentication and authorization integration.\n- Extensible structure for future integrations (frontend, users, etc).\n\n## Installation\n\nTo set up the Aurora Coinly API locally, follow these steps:\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/gerardogarnica/aurora-coinly-api.git\n   ```\n\n2. **Navigate to the project directory**:\n\n   ```bash\n   cd aurora-coinly-api\n   ```\n\n3. **Restore dependencies**:\n\n   ```bash\n   dotnet restore\n   ```\n\n4. **Update the database**:\n\n   ```bash\n   dotnet ef database update\n   ```\n\n5. **Run the application**:\n\n   ```bash\n   dotnet run\n   ```\n\n## Usage\n\nOnce the application is running, you can explore the API endpoints using Swagger:\n\n1. Open your web browser and navigate to `http://localhost:5000/swagger`.\n2. Use the interactive interface to test various API endpoints.\n\n## Project Structure\n\nAurora Coinly follows the Clean Architecture principles, with the following layers:\n\n- **Domain**: Contains core entities, value objects, and business rules.\n- **Application**: Includes use cases, DTOs, and application-specific logic.\n- **Infrastructure**: Handles data access, external services, and configurations.\n- **API**: Exposes the RESTful endpoints and integrates the application layer.\n\n## Roadmap\n\nPlanned features and improvements include:\n\n- **Dashboard API insights**\n- **AI integration**\n- **Income and expense transaction templates**\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for details.\n\n## Contact\n\nFor questions or feedback:\n\n- **Author**: Gerardo Garnica\n- **Email**: [gerardo.garnica@gmail.com](mailto:gerardo.garnica@gmail.com)\n- **GitHub**: [@gerardogarnica](https://github.com/gerardogarnica)\n\n## Acknowledgements\n\nSpecial thanks to:\n\n- [othneildrew's Best-README-Template](https://github.com/othneildrew/Best-README-Template) for inspiration.\n- The open-source community for continuous support and contributions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerardogarnica%2Faurora-coinly-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerardogarnica%2Faurora-coinly-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerardogarnica%2Faurora-coinly-api/lists"}