https://github.com/developaul/full-stack-mono-repo
Challenge Full Stack 1 - Mono Repository Multi Package
https://github.com/developaul/full-stack-mono-repo
Last synced: about 1 year ago
JSON representation
Challenge Full Stack 1 - Mono Repository Multi Package
- Host: GitHub
- URL: https://github.com/developaul/full-stack-mono-repo
- Owner: developaul
- Created: 2024-04-30T23:53:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T23:53:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T17:11:20.437Z (about 1 year ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pruebas automatizadas -> funciones.
## Funciones frontend:
- ✔️ boton 1 -> seleccionar un archivo CSV.
- boton 2 -> cargar el archivo seleccionado.
- barra de búsqueda -> buscar datos dentro del archivo CSV cargado.
- actualizar las tarjetas mostradas -> Renderizar resultado de la API.
## Funciones backend:
- ✔️ [POST /api/files] -> cargar archivo csv.
- ✔️ [GET /api/users] -> filtrar yo obtener informacion del csv.