fix random bug

This commit is contained in:
2021-12-25 21:37:10 +01:00
parent 7be6494431
commit a1da5fe9b8
9 changed files with 3 additions and 3 deletions

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

View File

View File

View File

View File