Skip to content

pogeku/Fluxo-Usuario

Repository files navigation

User Mapping

User Controller

Recieves an GET request to FIND all the users registered.

Error Handling:


Recieves an GET request to FIND the user registered based on the provided id.

Error Handling:


Recieves an POST request to REGISTER user and returns the user registered.

Error Handling: If the user tries to REGISTER and a user with the same information already exists, the system will return a message informing that the user already exists in the database.


Recieves an DELETE request to delete the user based on the provided login and returns a successful deletion confirmation.

Error Handling: Or, if an error occurs, the system will return the inability to delete with the error justification.

Postman Documentation under maintenance

👨🏾‍🔧Postman Documentation👨🏾‍🔧

All API testing and operations can be accessed through the Postman documentation link.
When you click to start the program, access the mapping using the website above.



Exception handling documentation will be updated furthermore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages