https://github.com/akshay-chaulya/chat-app-api
A real-time chat application built with React, Redux, Tailwind CSS, Socket.io, and React Hook Form on the frontend, and a PERN (PostgreSQL, Express, React, Node.js) stack with Prisma ORM on the backend. The entire project is developed using TypeScript for better type safety and scalability.
https://github.com/akshay-chaulya/chat-app-api
express node postgresql prisma react redux redux-toolkit socket socket-io tailwindcss typescript
Last synced: 3 months ago
JSON representation
A real-time chat application built with React, Redux, Tailwind CSS, Socket.io, and React Hook Form on the frontend, and a PERN (PostgreSQL, Express, React, Node.js) stack with Prisma ORM on the backend. The entire project is developed using TypeScript for better type safety and scalability.
- Host: GitHub
- URL: https://github.com/akshay-chaulya/chat-app-api
- Owner: akshay-chaulya
- Created: 2024-09-21T11:28:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T19:06:12.000Z (over 1 year ago)
- Last Synced: 2025-03-20T00:53:34.040Z (over 1 year ago)
- Topics: express, node, postgresql, prisma, react, redux, redux-toolkit, socket, socket-io, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App Backend
This is the backend of a chat application built using Express.js, Prisma ORM, and Socket.io for real-time messaging. The app supports user authentication, messaging, and user search functionalities. It includes routes for user signup, login, logout, and chat messaging with JWT-based protection.
## Features
- **User Authentication**: Signup, login, and logout using JWT for secure user sessions.
- **Messaging**: Send and receive real-time messages using Socket.io.
- **User Management**: Search for users and view all registered users.
- **Protected Routes**: Ensure only authenticated users can access certain routes using JWT middleware.
## Installation
1. Clone the repository.
2. Install dependencies:
```bash
npm install