https://github.com/cheems-dev/prueba-ntt-frontend-lc
CRUD songs
https://github.com/cheems-dev/prueba-ntt-frontend-lc
ionic ionic-framework netlify scss
Last synced: about 1 year ago
JSON representation
CRUD songs
- Host: GitHub
- URL: https://github.com/cheems-dev/prueba-ntt-frontend-lc
- Owner: cheems-dev
- Created: 2022-12-29T23:17:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T14:16:27.000Z (over 3 years ago)
- Last Synced: 2025-02-02T01:27:46.252Z (over 1 year ago)
- Topics: ionic, ionic-framework, netlify, scss
- Language: TypeScript
- Homepage: https://beautiful-crumble-e48f83.netlify.app/
- Size: 410 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## SONGS PLATFORM

## Source
Backend : https://github.com/cheems-dev/ntt-back
## Tareas completadas
- [x] Crear una base de datos en MongoDB Atlas e integrarlo con backend.
- [x] Solucion de bugs en backend para el correcto deployment.
- [x] Deploy de [backend](https://github.com/cheems-dev/ntt-back) en fly.io.
- [x] Deploy del [frontend](https://beautiful-crumble-e48f83.netlify.app/) en Netlify.
- [x] Implementación de CRUD en ionic.
- [x] Uso de typescript y tipado en los servicios integrados.
- [ ] Testing
## Incovenientes
1. Testing:
Karma pide una variable de entorno CHROME_BIN a pesar de intentar instalar Google en WSL2 y añadir la variable de entorno a .zshrc sigue persistiendo el error mencionado.