From ea91af24d652747376142cd7324fe9835bb4e21b Mon Sep 17 00:00:00 2001 From: William Niemiec Date: Wed, 28 Apr 2021 22:12:02 -0300 Subject: [PATCH] Doc --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0c39d5f..0384745 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,43 @@ -## Instruções -Hello world: -1) Importar projeto na IDE -2) Build + run -3) Abrir no navegador -> http://localhost:8080/listall/fulano - -Descrições sobre o que faz cada coisa estão dentro das classes. +

+ +

+ +

FerramONG - Auth

+

Service responsible for the authentication and registration of users, in addition, it also generates and validates session tokens.

+

+ + + + Java compatibility + License + Release +

+
+ +## ❇ Introduction +This source code is a webservice that is used to manage and manipulate the amount of credit that each user has, in addiction to adding or removing the user's credits. + +## ❓ How to use +See [here](https://ferramong-auth.herokuapp.com/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config) OpenAPI doc. + +## ⚠ Warnings +The hosting service Heroku may have a certain delay (~ 1 min) for uploading the application so the loading of the website may have a certain delay. + +## 🚩 Changelog +Details about each version are documented in the [releases section](https://github.com/FerramONG/ferramong-auth/releases). + +## 🗺 Project structure +#### FerramONG architecture +![global-schema](https://raw.githubusercontent.com/FerramONG/ferramong-auth/master/docs/img/schemas/architecture.png?raw=true) + +#### Creditools class diagram +![class-diagram](https://raw.githubusercontent.com/FerramONG/ferramong-auth/master/docs/img/diagrams/class-diagram.png?raw=true) + +## 📁 Files +### / +| Name |Type|Description| +|----------------|-------------------------------|-----------------------------| +|dist |`Directory`|Released versions| +|docs |`Directory`|Documentation files| +|src |`Directory`| Source files | +|test |`Directory`| Test files |