Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimitrietataru/geograpi
Geography Open API
https://github.com/dimitrietataru/geograpi
geography geography-data
Last synced: 11 days ago
JSON representation
Geography Open API
- Host: GitHub
- URL: https://github.com/dimitrietataru/geograpi
- Owner: dimitrietataru
- License: mit
- Created: 2023-11-01T22:07:00.000Z (about 1 year ago)
- Default Branch: ace
- Last Pushed: 2024-09-17T14:38:05.000Z (2 months ago)
- Last Synced: 2024-09-17T18:21:27.890Z (2 months ago)
- Topics: geography, geography-data
- Language: C#
- Homepage:
- Size: 185 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Geography Open API
[![build](https://github.com/dimitrietataru/geograpi/actions/workflows/build.yml/badge.svg)](https://github.com/dimitrietataru/geograpi/actions/workflows/build.yml)
## Getting started
* From Visual Studio
```
Start the 'docker-compose' project
```* From CLI
``` powershell
docker compose up
```---
### Related projects
* [catnip-domain](https://github.com/dimitrietataru/catnip-domain)
* [catnip-application](https://github.com/dimitrietataru/catnip-application)
* [catnip-infrastructure](https://github.com/dimitrietataru/catnip-infrastructure)
* [catnip-presentation](https://github.com/dimitrietataru/catnip-presentation)
* [csharp-coding-standards](https://github.com/dimitrietataru/csharp-coding-standards)
* [ace-csharp-extensions](https://github.com/dimitrietataru/ace-csharp-extensions)
* [ace-csharp-data-faker](https://github.com/dimitrietataru/ace-csharp-data-faker)
* [ace-csharp-structured-automapper](https://github.com/dimitrietataru/ace-csharp-structured-automapper)### NuGet Packages
* Coding standards. Analyzers
* [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers)
* Data
* EF Core
* [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore)
* [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore)
* [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore)
* [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore)
* [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg)
* [AutoMapper](https://github.com/AutoMapper/AutoMapper)
* [Bogus](https://github.com/bchavez/Bogus)
* Validation
* [FluentValidation](https://github.com/FluentValidation/FluentValidation)
* [FluentValidation.AspNetCore](https://github.com/FluentValidation/FluentValidation.AspNetCore)
* Testing
* Framework
* [xunit](https://github.com/xunit/xunit)
* [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit)
* [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest)
* Architecture
* [ArchUnitNET](https://github.com/TNG/ArchUnitNET)
* [NetArchTest](https://github.com/BenMorris/NetArchTest)
* Integration
* [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet)
* [Testcontainers.PostgreSql](https://github.com/testcontainers/testcontainers-dotnet/tree/develop/src/Testcontainers.PostgreSql)
* Reports
* [coverlet.collector](https://github.com/coverlet-coverage/coverlet)
* [ReportGenerator](https://github.com/danielpalme/ReportGenerator)
* [FluentAssertions](https://github.com/fluentassertions/fluentassertions)
* [Moq](https://github.com/devlooped/moq)
* Logging and Monitoring
* [Serilog](https://github.com/serilog/serilog)
* [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore)
* API
* [Asp.Versioning.Mvc](https://github.com/dotnet/aspnet-api-versioning)
* [Asp.Versioning.Mvc.ApiExplorer](https://github.com/dotnet/aspnet-api-versioning)
* [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore)
* [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)
* ASP .NET
* [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore)
* [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime)
* [Microsoft.VisualStudio.Azure.Containers.Tools.Targets](https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/docker/visual-studio-tools-for-docker?view=aspnetcore-2.1)---
### License
GeogrAPI is Copyright © 2023 [Dimitrie Tataru](https://github.com/dimitrietataru) and other contributors under the [MIT license](https://github.com/dimitrietataru/geograpi/blob/ace/LICENSE).