Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thund3rhawk/chatbreeze
FullStack chat app
https://github.com/thund3rhawk/chatbreeze
axios bcryptjs eslint expressjs framer-motion mongo-adapter mongoatlas mui-icons nextjs14 node-typescript prettier prisma-client prisma-orm shadcn-ui socket-io socket-io-client tailwindcss typescript zod-validation
Last synced: 3 days ago
JSON representation
FullStack chat app
- Host: GitHub
- URL: https://github.com/thund3rhawk/chatbreeze
- Owner: Thund3rHawk
- License: mit
- Created: 2024-06-03T07:19:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T13:32:50.000Z (4 months ago)
- Last Synced: 2024-07-21T17:25:08.142Z (4 months ago)
- Topics: axios, bcryptjs, eslint, expressjs, framer-motion, mongo-adapter, mongoatlas, mui-icons, nextjs14, node-typescript, prettier, prisma-client, prisma-orm, shadcn-ui, socket-io, socket-io-client, tailwindcss, typescript, zod-validation
- Language: TypeScript
- Homepage: https://chat-breeze-roan.vercel.app
- Size: 603 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatBreeze
Welcome to the Full Stack Chat Application! This project is a real-time chat application built using modern web technologies. The app supports multiple users, private and group messaging, and is designed to be scalable and maintainable.
## Features
- Real-time messaging
- Private and group chats
- User authentication and authorization
- Two step verification
- Profile management
- Message notifications## Run Locally
**Prerequisites**
- Node.js (>=14.x)
- MongoDB
- GitClone the project
```bash
git clone https://github.com/Thund3rHawk/ChatBreeze.git
```Go to the project directory
```bash
cd ChatBreeze
```Install client and run with npm
```bash
cd client
npm install
npm run dev
```Open another terminal and install server and run with npm
```bash
cd server
npm install
npm start
```## Environment Variables
To run this client, you will need to add the following environment variables to your .env file inside client directory
`NEXT_PUBLIC_API_ENDPOINT`
To run this server, you will need to add the following environment variables to your .env file inside server directory
`PORT`
`DATABASE_URL`
`AUTH_EMAIL`
`AUTH_EMAIL_PASS`
## Usage
1. **Sign up or log in:**
- New users can sign up for an account.
- Verify their provided email id using OTP.
- Existing users can log in with their credentials.2. **Create or join chats:**
- Start a chat by searching for a user by their email.3. **Send messages:**
- Type and send messages in real-time.
- Receive notifications for new messages.
## ContributingContributions are always welcome!
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push them to your fork.
- Open a pull request to the main repository.
## LicenseThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.