{"id":18072487,"url":"https://github.com/stefruseva88/integration-tests-sql","last_synced_at":"2026-02-04T18:02:09.469Z","repository":{"id":242925328,"uuid":"810957772","full_name":"StefRuseva88/integration-tests-sql","owner":"StefRuseva88","description":"Testing Console-based application built using .Net Core Framework ","archived":false,"fork":false,"pushed_at":"2024-11-28T17:26:49.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T14:06:29.989Z","etag":null,"topics":["asynchronous-programming","databases","entity-framework-core","integration-testing","nunit","sql-server","test-automation","xunit"],"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/StefRuseva88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2024-06-05T17:07:49.000Z","updated_at":"2025-02-24T15:50:52.000Z","dependencies_parsed_at":"2024-07-05T18:07:54.201Z","dependency_job_id":"290dc14a-fb2e-482b-8b83-447d129b6dd5","html_url":"https://github.com/StefRuseva88/integration-tests-sql","commit_stats":null,"previous_names":["stefruseva88/integration-testing-sql-server","stefruseva88/integration-tests-sql-server","stefruseva88/integration-tests-sql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StefRuseva88/integration-tests-sql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fintegration-tests-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fintegration-tests-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fintegration-tests-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fintegration-tests-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefRuseva88","download_url":"https://codeload.github.com/StefRuseva88/integration-tests-sql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fintegration-tests-sql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29092714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["asynchronous-programming","databases","entity-framework-core","integration-testing","nunit","sql-server","test-automation","xunit"],"created_at":"2024-10-31T09:20:24.212Z","updated_at":"2026-02-04T18:02:09.451Z","avatar_url":"https://github.com/StefRuseva88.png","language":"C#","readme":"# Integration Tests - SQL Server\n[![C#](https://img.shields.io/badge/Made%20with-C%23-239120.svg)](https://learn.microsoft.com/en-us/dotnet/csharp/)\n[![.NET](https://img.shields.io/badge/.NET-5C2D91.svg)](https://dotnet.microsoft.com/)\n[![MS SQL Server](https://img.shields.io/badge/Database-MS%20SQL%20Server-CC2927.svg)](https://www.microsoft.com/en-us/sql-server)\n[![Docker](https://img.shields.io/badge/Powered%20by-Docker-2496ED.svg)](https://www.docker.com/)\n[![NUnit](https://img.shields.io/badge/tested%20with-NUnit-22B2B0.svg)](https://nunit.org/)\n[![xUnit](https://img.shields.io/badge/tested%20with-xUnit-5E1F87.svg)](https://xunit.net/)\n\n### This is a test project for **Back-End Test Technologies** January 2024 Course @ SoftUni.\n---\n## Project Description\nThis repository contains a project designed for integration testing using SQL Server as the backend database.\n\n## Introduction - LibroConsoleAPI\nLibroConsoleAPI is a console application developed with .NET Core, enabling users to manage a library of books through CRUD operations performed on a SQL Server database.\n\n## Key Features\nThis project demonstrates core software development principles like integration testing, database management, and console-based application architecture.\n- **Create**: Add books to the database.\n- **Read**: Retrieve details of books from the database.\n- **Update**: Modify existing book information.\n- **Delete**: Remove books from the database.\n\n## Project Structure\n- **LibroConsoleAPI**: The main project that serves as the application’s entry point.\n- **Business**: Implements the core functionality of the application.\n- **Common**: Contains validation rules and constraints for data.\n- **Data**: Defines models representing the data managed by the application.\n- **DataAccess**: Acts as a bridge between business logic and the data layer.\n  \n## Technologies Used\n- .NET Core: The primary framework used for building the console application.\n- SQL Server: The database management system used for storing book data.\n- Entity Framework Core: An ORM (Object-Relational Mapper) for database interactions.\n- xUnit: A unit-testing framework for .NET applications.\n- nUnit: A unit-testing framework for .NET applications.\n  \n## Docker Integration\nYou can also run the SQL Server using a Docker image, which simplifies the setup and ensures consistency across different environments. To set up SQL Server with Docker, follow these steps:\n\n1. **Pull the SQL Server Docker image**:\n\n    ```bash\n    docker pull mcr.microsoft.com/mssql/server\n    ```\n\n2. **Run the Docker container**:\n\n    ```bash\n    docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Your_password123' -p 1433:1433 --name sqlserver -d mcr.microsoft.com/mssql/server\n    ```\n\n3. **Connect to the SQL Server**:\n\n    - Use the connection string: `Server=localhost,1433;Database=YourDatabase;User Id=sa;Password=Your_password123;`\n    - Replace `YourDatabase` with the name of your database.\n\nFor more information on using Docker with SQL Server, you can refer to the [official Docker documentation](https://hub.docker.com/_/microsoft-mssql-server) and the [SQL Server on Docker guide](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-docker-container-deployment).\n\n\n## License\nThis project is licensed under the [MIT License](LICENSE). See the [LICENSE](LICENSE) file for details.\n\n## Contact\nFor any questions or suggestions, please open an issue in the repository.\n\n---\n### Happy Testing! 🚀\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fintegration-tests-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefruseva88%2Fintegration-tests-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fintegration-tests-sql/lists"}