Vibeout is a Chat & Collaboration Web Application that redefines chatting with its sleek, modern interface designed for effortless communication. Our interface ensures seamless interaction, while robust security measures prioritize your privacy at every turn. Going beyond traditional chatting platforms, Vibeout seamlessly integrates powerful Project Management features, empowering users to establish objectives, track progress, and collaborate seamlessly. With Vibeout's intuitive design, managing projects becomes a breeze. Clients can effortlessly create objectives, assign tasks, and monitor their completion in real-time.
- ✅ Modern & Stateful User Interface - React.js
- ✅ Interactive Elements & Features - React.js
- ✅ MVC Structured Business Logic - Express.js
- ✅ User Authentication System - Mongoose ODM
- ✅ User Account Encryption - BCrypt & Mongoose
- ✅ Structured & Organized Codebase - TypeScript
✏️ FRONT-END TECHNOLOGIES | 🤖 BACK-END TECHNOLOGIES | 🗃️ DATABASE & LIBRARIES |
---|---|---|
💻 PLATFORM | ✏️ EDITORS |
---|---|
-
- Click the green <> Code button.
- Download the zip folder locally.
- Unzip the folder to find the project.
- Or, you can clone the repo instead.
- Or, you can fork the repo first.
git clone https://github.com/RyxnDmello/React-NodeJs-Vibeout.git
-
- Install the latest Node.js version.
- NPM should be installed with Node.
- Open the project in your preferred IDE.
- Open the terminal at the project location.
-
- Install all dependencies mentioned below.
- Install Nodemon globally for development.
- Nodemon is only required for development.
npm install
npm install nodemon -g