Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T14:16:27.000Z (about 2 years ago)
- Last Synced: 2024-11-26T11:48:31.323Z (3 months 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
![image](https://user-images.githubusercontent.com/38531618/210079249-90f23e19-8a0c-4b00-8342-5c04709aa49d.png)
## 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.