Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.93 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.93 KB

Chamber Of Secrets

Chamber Of Secrets is a web application designed to provide a platform for depressed kids to interact without social anxiety and aid in their depression. Demo Video - "https://drive.google.com/file/d/1Y4IR1It0eKfC7CZo0rvy3cga2fs3iYxO/view?usp=sharing"

Demo Video - Link to your demo video Tech Stack

Client: ReactJS
Server: NodeJS & ExpressJS
Database: MongoDB
Real-Time Communication: Socket.io

Installation

To run Chamber Of Secrets locally, follow these steps:

Clone the repository: git clone https://github.com/your-username/chamber-of-secrets.git.
Install dependencies for the frontend and backend: npm install.
Set up the database: Install MongoDB if you haven't already.
Start the development server: npm run dev.
Access the application at http://localhost:3000.

Usage

Chamber Of Secrets provides the following functionalities:

User Authentication: Sign up, log in, and forgot password functionality.
Real-Time Chat: Users can chat one-to-one as well as in a group in real-time.
Search: Users can search for other users to chat with.
Notifications: Users receive notifications if new messages are received and chat is not opened.

Features

Safe Environment: Provides a safe platform for depressed kids to interact.
Real-Time Communication: Utilizes Socket.io for seamless real-time chat.
User Authentication: Secure user authentication and data encryption.
Search Functionality: Enables users to find others to chat with.

Contributing

Contributions to Chamber Of Secrets are welcome! To contribute to the project, please follow these steps:

Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and ensure they are working properly.
Commit your changes and push the branch to your forked repository.
Submit a pull request, detailing the changes you made.

Feel free to reach out to us with any inquiries or suggestions.