Git Product home page Git Product logo

collabsphere's Introduction

COLLABSPHERE

license last-commit repo-top-language repo-language-count

Developed with the software and tools below.

HTML5 Python


๐Ÿ”— Quick Links


๐Ÿ“ Overview

Real-Time Chat Application using Django


๐Ÿ“ฆ Features

  1. Rooms or Group Chat: Join various chat rooms for diverse conversations.
  2. User Authentication: Securely log in to access personalized features.
  3. Security: Prioritize the safety of your interactions and data.
  4. ChatBot: Quick assistance with an integrated chatbot.
  5. Dark/Light Mode: Toggle between modes for a personalized experience.
  6. Responsiveness: Seamlessly access the chat across different devices.
  7. Interactive GUI: Engaging graphical user interface.
  8. Contact Us: Easily reach out for queries or assistance.
  9. Description of Room: Insights into each chat room's theme and purpose.

๐Ÿ“‚ Repository Structure

โ””โ”€โ”€ CollabSphere/
    โ”œโ”€โ”€ CollabSphere
    โ”‚   โ”œโ”€โ”€ README.md
    โ”‚   โ”œโ”€โ”€ core
    โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”‚   โ”œโ”€โ”€ __pycache__
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __init__.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __init__.cpython-39.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ admin.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ admin.cpython-39.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ apps.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ apps.cpython-39.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ forms.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ forms.cpython-39.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ models.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ models.cpython-39.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ urls.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ urls.cpython-39.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ views.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ views.cpython-39.pyc
    โ”‚   โ”‚   โ”œโ”€โ”€ admin.py
    โ”‚   โ”‚   โ”œโ”€โ”€ apps.py
    โ”‚   โ”‚   โ”œโ”€โ”€ forms.py
    โ”‚   โ”‚   โ”œโ”€โ”€ migrations
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ __pycache__
    โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ __init__.cpython-311.pyc
    โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ __init__.cpython-39.pyc
    โ”‚   โ”‚   โ”œโ”€โ”€ models.py
    โ”‚   โ”‚   โ”œโ”€โ”€ templates
    โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ core
    โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ base.html
    โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ frontpage.html
    โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ login.html
    โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ signup.html
    โ”‚   โ”‚   โ”œโ”€โ”€ tests.py
    โ”‚   โ”‚   โ”œโ”€โ”€ urls.py
    โ”‚   โ”‚   โ””โ”€โ”€ views.py
    โ”‚   โ”œโ”€โ”€ db.sqlite3
    โ”‚   โ”œโ”€โ”€ djangochat
    โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”‚   โ”œโ”€โ”€ __pycache__
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __init__.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __init__.cpython-39.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ asgi.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ asgi.cpython-39.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ settings.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ settings.cpython-39.pyc
    โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ urls.cpython-311.pyc
    โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ urls.cpython-39.pyc
    โ”‚   โ”‚   โ”œโ”€โ”€ asgi.py
    โ”‚   โ”‚   โ”œโ”€โ”€ settings.py
    โ”‚   โ”‚   โ”œโ”€โ”€ urls.py
    โ”‚   โ”‚   โ””โ”€โ”€ wsgi.py
    โ”‚   โ”œโ”€โ”€ manage.py
    โ”‚   โ””โ”€โ”€ room
    โ”‚       โ”œโ”€โ”€ __init__.py
    โ”‚       โ”œโ”€โ”€ __pycache__
    โ”‚       โ”‚   โ”œโ”€โ”€ __init__.cpython-311.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ __init__.cpython-39.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ admin.cpython-311.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ admin.cpython-39.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ apps.cpython-311.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ apps.cpython-39.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ consumers.cpython-311.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ consumers.cpython-39.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ models.cpython-311.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ models.cpython-39.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ routing.cpython-311.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ routing.cpython-39.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ urls.cpython-311.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ urls.cpython-39.pyc
    โ”‚       โ”‚   โ”œโ”€โ”€ views.cpython-311.pyc
    โ”‚       โ”‚   โ””โ”€โ”€ views.cpython-39.pyc
    โ”‚       โ”œโ”€โ”€ admin.py
    โ”‚       โ”œโ”€โ”€ apps.py
    โ”‚       โ”œโ”€โ”€ consumers.py
    โ”‚       โ”œโ”€โ”€ migrations
    โ”‚       โ”‚   โ”œโ”€โ”€ 0001_initial.py
    โ”‚       โ”‚   โ”œโ”€โ”€ 0002_message.py
    โ”‚       โ”‚   โ”œโ”€โ”€ 0003_room_description_room_participants.py
    โ”‚       โ”‚   โ”œโ”€โ”€ 0004_alter_room_description.py
    โ”‚       โ”‚   โ”œโ”€โ”€ 0005_remove_room_description_remove_room_participants.py
    โ”‚       โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚       โ”‚   โ””โ”€โ”€ __pycache__
    โ”‚       โ”‚       โ”œโ”€โ”€ 0001_initial.cpython-311.pyc
    โ”‚       โ”‚       โ”œโ”€โ”€ 0001_initial.cpython-39.pyc
    โ”‚       โ”‚       โ”œโ”€โ”€ 0002_message.cpython-311.pyc
    โ”‚       โ”‚       โ”œโ”€โ”€ 0002_message.cpython-39.pyc
    โ”‚       โ”‚       โ”œโ”€โ”€ 0003_room_description_room_participants.cpython-311.pyc
    โ”‚       โ”‚       โ”œโ”€โ”€ 0004_alter_room_description.cpython-311.pyc
    โ”‚       โ”‚       โ”œโ”€โ”€ 0005_remove_room_description_remove_room_participants.cpython-311.pyc
    โ”‚       โ”‚       โ”œโ”€โ”€ __init__.cpython-311.pyc
    โ”‚       โ”‚       โ””โ”€โ”€ __init__.cpython-39.pyc
    โ”‚       โ”œโ”€โ”€ models.py
    โ”‚       โ”œโ”€โ”€ routing.py
    โ”‚       โ”œโ”€โ”€ templates
    โ”‚       โ”‚   โ””โ”€โ”€ room
    โ”‚       โ”‚       โ”œโ”€โ”€ room.html
    โ”‚       โ”‚       โ””โ”€โ”€ rooms.html
    โ”‚       โ”œโ”€โ”€ tests.py
    โ”‚       โ”œโ”€โ”€ urls.py
    โ”‚       โ””โ”€โ”€ views.py
    โ””โ”€โ”€ README.md

๐Ÿงฉ Modules

CollabSphere
File Summary
manage.py HTTP error 401 for prompt CollabSphere/manage.py
CollabSphere.room
File Summary
admin.py HTTP error 401 for prompt CollabSphere/room/admin.py
apps.py HTTP error 401 for prompt CollabSphere/room/apps.py
tests.py HTTP error 401 for prompt CollabSphere/room/tests.py
views.py HTTP error 401 for prompt CollabSphere/room/views.py
consumers.py HTTP error 401 for prompt CollabSphere/room/consumers.py
routing.py HTTP error 401 for prompt CollabSphere/room/routing.py
urls.py HTTP error 401 for prompt CollabSphere/room/urls.py
models.py HTTP error 401 for prompt CollabSphere/room/models.py
CollabSphere.room.templates.room
File Summary
room.html HTTP error 401 for prompt CollabSphere/room/templates/room/room.html
rooms.html HTTP error 401 for prompt CollabSphere/room/templates/room/rooms.html
CollabSphere.room.migrations
File Summary
0003_room_description_room_participants.py HTTP error 401 for prompt CollabSphere/room/migrations/0003_room_description_room_participants.py
0001_initial.py HTTP error 401 for prompt CollabSphere/room/migrations/0001_initial.py
0002_message.py HTTP error 401 for prompt CollabSphere/room/migrations/0002_message.py
0004_alter_room_description.py HTTP error 401 for prompt CollabSphere/room/migrations/0004_alter_room_description.py
0005_remove_room_description_remove_room_participants.py HTTP error 401 for prompt CollabSphere/room/migrations/0005_remove_room_description_remove_room_participants.py
CollabSphere.core
File Summary
admin.py HTTP error 401 for prompt CollabSphere/core/admin.py
apps.py HTTP error 401 for prompt CollabSphere/core/apps.py
tests.py HTTP error 401 for prompt CollabSphere/core/tests.py
views.py HTTP error 401 for prompt CollabSphere/core/views.py
urls.py HTTP error 401 for prompt CollabSphere/core/urls.py
forms.py HTTP error 401 for prompt CollabSphere/core/forms.py
models.py HTTP error 401 for prompt CollabSphere/core/models.py
CollabSphere.core.templates.core
File Summary
login.html HTTP error 401 for prompt CollabSphere/core/templates/core/login.html
frontpage.html HTTP error 401 for prompt CollabSphere/core/templates/core/frontpage.html
base.html HTTP error 401 for prompt CollabSphere/core/templates/core/base.html
signup.html HTTP error 401 for prompt CollabSphere/core/templates/core/signup.html
CollabSphere.djangochat
File Summary
asgi.py HTTP error 401 for prompt CollabSphere/djangochat/asgi.py
wsgi.py HTTP error 401 for prompt CollabSphere/djangochat/wsgi.py
urls.py HTTP error 401 for prompt CollabSphere/djangochat/urls.py
settings.py HTTP error 401 for prompt CollabSphere/djangochat/settings.py

๐Ÿš€ Getting Started

Requirements

Ensure you have the following dependencies installed on your system:

  • Python: version x.y.z

โš™๏ธ Installation

  1. Clone the CollabSphere repository:
git clone https://github.com/Craniace/CollabSphere
  1. Change to the project directory:
cd CollabSphere
  1. Install the dependencies:
pip install -r requirements.txt

๐Ÿค– Running CollabSphere

Use the following command to run CollabSphere:

python main.py

๐Ÿงช Tests

To execute tests, run:

pytest

๐Ÿค Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your GitHub account.
  2. Clone Locally: Clone the forked repository to your local machine using a Git client.
    git clone https://github.com/Craniace/CollabSphere
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.

Once your PR is reviewed and approved, it will be merged into the main branch.


Return


collabsphere's People

Contributors

craniace avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.