user_service

command
v0.0.0-...-05c022d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2022 License: GPL-2.0 Imports: 1 Imported by: 0

README

Servicios para las entidades del proyecto

User

Capas:

Domain Entidades de negocio débiles (sin lógica) Service Resuelve la lógica del negocio Repository Acceso a datos

Patrones:

MVC domain, controller Inversión de Control e Inyección de dependencias Config.go en cada package

Llamadas para probar microservicios:

curl -X POST -H "Content-Type: application/json" -d '{"nombre": "Luis", "apellido": "Rolix", "usuario": "LRolix", "edad": "12", "password": "pass"}' http://localhost:8080/users

curl -X POST -H "Content-Type: application/json" -d '{"usuario": "LRolix", "password": "pass"}' http://localhost:8080/users/login

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL