update works

This commit is contained in:
2022-05-18 14:54:25 +02:00
parent 7e493bde43
commit 5313a72f61
5 changed files with 24 additions and 17 deletions

View File

@ -5,9 +5,9 @@ Main purpose of this projects is to have personal extensive API training on mult
* Proper OpenAPI documentation
* Testable with [last Postman collection of Conduit](https://github.com/gothinkster/realworld/tree/main/api)
* Fully tested
* Follows best practices for linting, formatting, with static analyzers for non strongly typed languages
* High QA by following best practices for linting, formatting, with static analyzers for non strongly typed languages
* Community-driven with usage of the most well-known packages
* `PostgreSQL` as main database
* `MySQL` or `PostgreSQL` as main databases
* Use ORM whenever possible that follows any `DataMapper` or `Active Record` patterns
* Proper seeder / faker for quick starting with filled DB
* Proper suited QA + production Dockerfile