Application entry
System
To enter a RestRho based system, you must obtain a Token that is assigned to the user to make any requests to the server.
In the DBRestRho file (rho.json) this option is enabled with:
{
...,
"EnableToken": true,
...
}
A Token is a double encryption key to protect information when information is requested from a API RESTful service.
User List
Obtain the system users registered in the database.
Administration CRUD
In computing, CRUD is the acronym for "Create, Read, Update and Delete", which is used to refer to the basic functions in databases or the persistence layer. in a software. As an illustrative example, the Person Administration (PERSON Table) will be shown.
Person Administration
Get the list of existing people in the database.
Used Pills
View the list of persons in the form of Bootstrap Pills.
People Statistics
Example of a graph to show statistics for men and women.
Administration with Cards
List of employees based on cards (see cards).