Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunnyallana/convo-nest

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.
https://github.com/sunnyallana/convo-nest

django python sqlite

Last synced: 2 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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:

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

```bash
cd convo-nest
```
3. Install dependencies:
```bash
pip install -r requirements.txt
```
4. Run migrations:
```bash
python manage.py migrate
```
5. Create a superuser account:
```bash
python manage.py createsuperuser
```
6. Start the development server:
```bash
python manage.py runserver
```
7. Access the application in your web browser at http://127.0.0.1:8000/