Messaging app built on top of Express.js for the backend and React for the frontend. Authentication is implemented using JWT tokens.
Live application: https://messaging-app-front.netlify.app
A messaging app is a full-stack application for messaging users.
Run npm -w frontend run dev:msw if you want to run the Frontend of the app without starting the backend.
Some of the main technologies used for Frontend are: JavaScript, React, React Testing Library, Vitest, npm...
Some of the main technologies used for the Backend are: JavaScript, Express, JSON Web Tokens (used for authentication along with bearer headers), Postgresql (database), PrismaORM...



