Teste Frontend Manager Systems - EN
Teste Frontend Manager Systems - EN
To compose the whole SPA, a backend in Spring Boot was developed and it is
available on the link https://owncloud.mngs.com.br/index.php/s/9wnUxvxe6rTavEU
To run it, you must have Java installed on the computer and execute
the .jar :
• Double click on the .jar (it won’t open anything, only run in the background), or;
• java -jar BackendTesteFrontend-1.0.0.jar on the command
line.
Once running, the backend will listen on the localhost doot 8090. The API is
available on the address http://localhost:8090/swagger-ui.html
All the API methods need a user authentication token to be sent as parameter. The
token can be obtained trough the endpoint /usuario/*.
The token has a expiration time of 5 minutes and can be renewed on the endpoint
/usuario/*. If a invalid/expired token is passed to the methods, the API return a
HTTP 401 as answer.
Initial Data
Result presentation
The code must be committed to a private github repo, shared with the user
“mngsgoncalves”
Test result