/chat_iVentas

Primary LanguageTypeScript

Chat app

author : Erika F.

status :

last update: 26- jun- 2023


Docs

  1. front doc

  2. back doc

System Requirements

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].

Branchs

  • main : The deploy branch
  • develop : The develop branch

Demo

Hosted on link

Objective

What and why are we doing this?

Build a realtime application that enable bi-directional communication.

Goals

  • 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

Bonus Points

  • Enviar y recibir mensajes con imagen o multimedia
  • Doble autenticación
  • Integración con Instagram
  • Prueba end to end del algun servicio