Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 686 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 686 Bytes

A NestJS and Vue.js chat

A websocket chat built using NestJS and Vue.js.

Made for simplify the communication with my friends during the classes at informatic lab.

❤️ Features

  • Authentication
    • Registration.
    • Login.
    • Verification via JSON Web Tokens (JWT).
  • Chat rooms support
    • For now, only two global rooms can be used.
  • Messaging
    • Messages are instant and Socket.io is used.
    • Last messages of each room are saved temporarily.

🚀 How to run:

To run the app you'll need to configure the enviroment variables.

Follow the each .env.exemple to implement your own configuration.