Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danncruise/products-react

Utilizando React se consume la API: https://github.com/DannCruise/api-products
https://github.com/danncruise/products-react

api-client crud-traditional react react-router

Last synced: about 1 month ago
JSON representation

Utilizando React se consume la API: https://github.com/DannCruise/api-products

Awesome Lists containing this project

README

        

# Products React

## Consumir API con React

Se consume la api creada en PHP (https://gitlab.com/DanCruise/api-products)
- REACT
- CRUD tradicional

Instalación:

1) Descarga e instala la [API](https://gitlab.com/DanCruise/api-products), las instrucciones están dentro del archivo README.md del repositorio.

2) Clonar o descargar este proyecto

3) Acceder mediante terminal a la carpeta del proyecto

4) Instalar las dependencias utilizadas: npm install

5) Ejecutar el servidor npm start

6) Ver en el navegador el proyecto, por lo general la url es: http://localhost:3000/

## Video de explicación

Si quieres ver el video en donde se explica paso a paso como realizar este CRUD [te comparto el siguiente enlace](https://www.youtube.com/watch?v=14vdGCHGA5M)