dev works

This commit is contained in:
2021-12-25 19:44:18 +01:00
parent c56323c7a6
commit 7be6494431
12 changed files with 120 additions and 123 deletions

View File

@ -1,115 +1,5 @@
---
title: "Okami101 Works! :tada:"
description: "This is adr1enbe4udou1n works."
showAuthor: false
showDate: false
showReadingTime: false
type: "raw"
type: "works"
---
<h2 class="text-xl mb-8 pb-2 border-b-8 border-primary-500 inline-block">Realworld Conduit Apps</h2>
<div class="prose dark:prose-light mb-8">
<p>
Main purpose of this projects is to have extensive API training on multiple backend languages or framework. It's following the very known <a href="https://github.com/gothinkster/realworld">Conduit project</a>.
</p>
</div>
<div class="grid md:grid-cols-2 gap-4">
<div class="rounded border-2 border-primary-500 p-4 text-center">
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">ASP.NET Core Realworld</h3>
<div class="prose dark:prose-light">
<p>
Lorem
</p>
</div>
<div class="flex justify-center gap-4 mt-4">
{{< button href="https://github.com/adr1enbe4udou1n/aspnet-realworld-example-app" target="_blank" >}}
{{< icon "github" >}}
{{< /button >}}
{{< button href="https://aspnetrealworld.okami101.io/api" target="_blank" >}}
OpenAPI
{{< /button >}}
</div>
</div>
<div class="rounded border-2 border-primary-500 p-4 text-center">
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">Spring Boot Realworld</h3>
<div class="prose dark:prose-light">
<p>
Lorem
</p>
</div>
<div class="flex justify-center gap-4 mt-4">
{{< button href="https://github.com/adr1enbe4udou1n/spring-boot-realworld-example-app" target="_blank" >}}
{{< icon "github" >}}
{{< /button >}}
{{< button href="https://springbootrealworld.okami101.io/api" target="_blank" >}}
OpenAPI
{{< /button >}}
</div>
</div>
<div class="rounded border-2 border-primary-500 p-4 text-center">
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">NestJS Realworld</h3>
<div class="prose dark:prose-light">
<p>
Lorem
</p>
</div>
<div class="flex justify-center gap-4 mt-4">
{{< button href="https://github.com/adr1enbe4udou1n/nestjs-realworld-example-app" target="_blank" >}}
{{< icon "github" >}}
{{< /button >}}
{{< button href="https://nestjsrealworld.okami101.io/api" target="_blank" >}}
OpenAPI
{{< /button >}}
</div>
</div>
<div class="rounded border-2 border-primary-500 p-4 text-center">
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">FastAPI Realworld</h3>
<div class="prose dark:prose-light">
<p>
Lorem
</p>
</div>
<div class="flex justify-center gap-4 mt-4">
{{< button href="https://github.com/adr1enbe4udou1n/fastapi-realworld-example-app" target="_blank" >}}
{{< icon "github" >}}
{{< /button >}}
{{< button href="https://fastapirealworld.okami101.io/api" target="_blank" >}}
OpenAPI
{{< /button >}}
</div>
</div>
<div class="rounded border-2 border-primary-500 p-4 text-center">
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">Laravel Realworld</h3>
<div class="prose dark:prose-light">
<p>
Lorem
</p>
</div>
<div class="flex justify-center gap-4 mt-4">
{{< button href="https://github.com/adr1enbe4udou1n/laravel-realworld-example-app" target="_blank" >}}
{{< icon "github" >}}
{{< /button >}}
{{< button href="https://laravelrealworld.okami101.io/api" target="_blank" >}}
OpenAPI
{{< /button >}}
</div>
</div>
<div class="rounded border-2 border-primary-500 p-4 text-center">
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">Symfony Realworld</h3>
<div class="prose dark:prose-light">
<p>
Lorem
</p>
</div>
<div class="flex justify-center gap-4 mt-4">
{{< button href="https://github.com/adr1enbe4udou1n/symfony-realworld-example-app" target="_blank" >}}
{{< icon "github" >}}
{{< /button >}}
{{< button href="https://symfonyrealworld.okami101.io/api" target="_blank" >}}
OpenAPI
{{< /button >}}
</div>
</div>
</div>

0
content/works/aspnet.md Normal file
View File

0
content/works/fastapi.md Normal file
View File

0
content/works/laravel.md Normal file
View File

0
content/works/nestjs.md Normal file
View File

View File

@ -0,0 +1,3 @@
Main purpose of this projects is to have personal extensive API training on multiple backend languages or framework. It's following the very known [Conduit project](https://github.com/gothinkster/realworld), a `Medium` clone.
All of these apps are 100% compatible by the official [OpenAPI Spec](https://realworld-docs.netlify.app/docs/specs/backend-specs/endpoints). All can be tested with [last Postman collection of Conduit](https://github.com/gothinkster/realworld/tree/main/api). Each project are fully tested and follows best practices for linting, formatting, with static analyzers for non strongly typed languages.

View File

0
content/works/symfony.md Normal file
View File