author : Erika F.
status :
last update: 26- jun- 2023
All of these must be available in your PATH
. To verify things are set up
properly, you can run this:
git --version
node --version
npm --version
If you have trouble with any of these, learn more about the PATH environment variable and how to fix it here for [windows][win-path] or [mac/linux][mac-path].
- main : The deploy branch
- develop : The develop branch
Hosted on link
What and why are we doing this?
Build a realtime application that enable bi-directional communication.
-
La aplicación debera contar con un Login()
-
Registrar 10 usuarios (username, número de télefono, email y passsword)
-
Una vez autenticado el usuario verá su lista de conversaciones correspondientes
-
Si el usuario selecciona una conversación se le mostrata los 25 mensajes recientes.
-
Será capaz de mandar mensajes
-
Verá en tiempo real los mensajes entrantes
- Enviar y recibir mensajes con imagen o multimedia
- Doble autenticación
- Integración con Instagram
- Prueba end to end del algun servicio