Skip to content

Commit ac8d246

Browse files
Update README.md
1 parent 991d6bc commit ac8d246

File tree

1 file changed

+35
-4
lines changed

1 file changed

+35
-4
lines changed

README.md

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,49 @@
1717
* Repositorio AppTiendaElectronica Original : https://github.com/andresWeitzel/AppTiendaElectronica_Angular_Bootstrap_SpringBoot_MongoDB
1818
* Repositorio AppTiendaElectronica `(migrado a..)`: https://gitlab.com/andres-weitzel/AppTiendaElectronica_Angular_Bootstrap_SpringBoot_MongoDB
1919
* Repositorio db_ElectroThings : https://github.com/andresWeitzel/db_ElectroThings_MongoDB
20+
* PlayList Proyecto : https://www.youtube.com/watch?v=wrl32hijoqo&list=PLCl11UFjHurCMBTbTNCGQerdF9LBXgX15&index=1
21+
22+
23+
24+
</br>
25+
26+
### EndPoints y Recursos. Vista Swagger UI
27+
28+
### EndPoints
29+
* http://localhost:8098/api/v1/productos/
30+
* http://localhost:8098/api/v1/admin/usuarios/
31+
* http://localhost:8098/api/v1/auth/
32+
33+
* Algunos de los recursos de cada endpoint se muestran en las siguientes imágenes respectivas a cada controller
2034

2135
</br>
2236

2337
### Documentación Gráfica de algunos Recursos la Api.
2438

39+
</br>
40+
41+
### Descripción de la Api Rest
42+
![Index app](https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/controllers/inicioDocSwagger.png)
43+
44+
### Modelo de Respuesta Métodos Http Code
45+
![Index app](https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/controllers/httpResponses.png)
46+
47+
### Recursos por Endpoint
48+
49+
#### Documentación con Swagger-UI `auth-controller`
50+
![Index app](https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/controllers/authController.png)
2551

2652
#### Documentación con Swagger-UI `producto-controller`
27-
<img width="70%" height="50%" src="https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/productosController.png" />
28-
53+
![Index app](https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/controllers/productosController.png)
54+
55+
#### Documentación con Swagger-UI `usuario-controller`
56+
![Index app](https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/controllers/usuarioController.png)
57+
58+
2959
#### Listado de Productos Paginados
30-
<img width="70%" height="50%" src="https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/get/getAll.png" />
31-
<img width="70%" height="50%" src="https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/get/getAllResponse.png" />
60+
![Index app](https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/get/getAll.png)
61+
![Index app](https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/get/getAllResponse.png)
62+
3263

3364
#### Listado de Productos o Producto Paginado/s por Fecha
3465
<img width="70%" height="50%" src="https://github.com/andresWeitzel/ApiRest_ElectroThingsV1_SpringBoot_MongoDB/blob/master/documentation/get/getByFecha.png" />

0 commit comments

Comments
 (0)