Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sunnyallana/convo-nest
- Owner: sunnyallana
- License: mit
- Created: 2024-03-12T14:53:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T11:50:53.000Z (8 months ago)
- Last Synced: 2024-03-18T13:03:39.541Z (8 months ago)
- Topics: django, python, sqlite
- Language: HTML
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/