Warning This project is still in development and is not ready for production use.
Welcome to Roundtable Chat, a Discord like chat website / web app built using React.js, MongoDB, Express.js, Node.js, Vite, Tailwind CSS, and Daisy UI. It provides users with a platform to engage in conversations, create chat rooms, and connect with others in a seamless and interactive way.
- Real-time chat functionality(working on it 😢)
- User authentication with JWT and registration 🔒
- Group chat and personal chat👥
- Multiple Chatrooms for a single group chat 🏰
- Member Roles for Group chats 💬
- More features coming soon.....💻
- Clone the repository:
git clone https://github.com/shivamchhapola/roundtable-chat.git
- Navigate to the project directory:
cd roundtable-chat
- Install the dependencies using npm or yarn:
npm install
-
Configure the environment variables: Rename the .env.example file to .env. Update the necessary environment variables like MongoDB connection string and JWT secret.
-
Start the development server:
npm run dev
- Open your browser and visit http://localhost: (whatever port, see your terminal) to see the Roundtable Chat application.
- Vite + React.js ⚛️
- MongoDB 🗃️
- Express.js 🖥️
- Node.js 🌐
- Tailwind CSS 🎨
- Daisy UI 🎨
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please open an issue or submit a pull request.
This project is licensed under the MIT License.
(will be adding them later)