https://github.com/syntrice/syntrice-contact-manager
A console based contact manager application built upon .NET Generic Host and Entity Framework Core
https://github.com/syntrice/syntrice-contact-manager
dependency-injection entity-framework-core fluent-validation generic-host layered-architecture model-view-controller moq nunit options-pattern repository-pattern spectre-console sqlite state-machine-pattern test-driven-development
Last synced: about 2 months ago
JSON representation
A console based contact manager application built upon .NET Generic Host and Entity Framework Core
- Host: GitHub
- URL: https://github.com/syntrice/syntrice-contact-manager
- Owner: Syntrice
- License: mit
- Created: 2024-12-15T17:31:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T17:09:12.000Z (4 months ago)
- Last Synced: 2025-02-02T10:36:19.287Z (4 months ago)
- Topics: dependency-injection, entity-framework-core, fluent-validation, generic-host, layered-architecture, model-view-controller, moq, nunit, options-pattern, repository-pattern, spectre-console, sqlite, state-machine-pattern, test-driven-development
- Language: C#
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Syntrice Contact Manager

## About
**Syntrice Contact Manager** is a console application for managing contact
details. It is written in C# and built upon.
[.NET Generic Host](https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host?tabs=appbuilder).## Technologies
- **Language:** C#
- **Frameworks:** .NET Generic Host, Spectre.Console
- **Data Management:** SQLite, Entity Framework Core
- **Tools:** Fluent Validations
- **Testing:** NUnit, Moq, Fluent Assertions
- **General:** State Machine, Dependency Injection, Layered Architecture,
Repository Pattern, Options Pattern, Test Driven Development## Database Schema

## Setup
If you are running windows, the easiest way to build this solution is through Microsoft Visual Studio 2022. You will also need .NET 8.0 installed.
1. Clone the repository
```powershell
git clone "https://github.com/Syntrice/syntrice-contact-manager"
```2. Navigate to repository root
```powershell
cd "./syntrice-contact-manager"
```3. Restore dependencies
```powershell
dotnet restore
```4. Build Project
```powershell
dotnet build "./ContactManager.sln"
```## Licence
This project is licensed under the MIT License.