From 437d980b4ba7c20cb8651e70e60ed09bba4047e0 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Sat, 9 Dec 2023 11:38:09 -0600 Subject: [PATCH] Renaming from Rest Template to Rest Reference Architecture --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6db4b13..794e3a1 100644 --- a/README.md +++ b/README.md @@ -15,19 +15,19 @@ This project is a boilerplate for create Rest Applications API Ready to Use with mindmap root((Reference Architecture)) PSR Standards - PSR-7 (WebRequests) - PSR-11 (Container & Dependency Injection) - PSR-16 & PSR-6 (Cache) + PSR-7(WebRequests) + PSR-11(Container & Dependency Injection) + PSR-6(Cache) Authentication & Authorization Decoupled Code Database - (ORM Integration) - (Migration) - (Routing) - OpenAPI - (Rest Methods) - (Contract Testing) - (Documentation) + orm(ORM Integration) + migration(Migration) + routing(Routing) + OpenAPI Integration + rest(Rest Methods) + rest(Contract Testing) + rest(Documentation) Error Handling ```