Skip to content

ConvoNest is a dynamic web application developed using Django framework, facilitating engaging discussions on various topics within dedicated rooms. With real-time communication features and a user-friendly interface, ConvoNest aims to foster community interaction and knowledge sharing among its users.

License

Notifications You must be signed in to change notification settings

sunnyallana/convo-nest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ConvoNest

ConvoNest is a dynamic web application developed using Django framework, aimed at fostering community interaction and knowledge sharing through topic-based discussions within dedicated rooms.

Features

  • Topic-based Rooms: Users can create rooms based on various topics of interest.
  • Real-time Communication: Allows users to communicate with each other within the rooms in real-time.
  • User Authentication: Secure user authentication system implemented for account creation and login.
  • Data Management: Utilizes SQLite for efficient data storage and management.
  • Responsive Design: Responsive user interface ensuring compatibility across devices.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/convo-nest.git
  2. Navigate to the project directory:

    cd convo-nest
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run migrations:

    python manage.py migrate
  5. Create a superuser account:

    python manage.py createsuperuser
  6. Start the development server:

    python manage.py runserver
  7. Access the application in your web browser at http://127.0.0.1:8000/

About

ConvoNest is a dynamic web application developed using Django framework, facilitating engaging discussions on various topics within dedicated rooms. With real-time communication features and a user-friendly interface, ConvoNest aims to foster community interaction and knowledge sharing among its users.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published