Skip to content

StudyBuddy is a chat room application using Django framework.

License

Notifications You must be signed in to change notification settings

dev-mdirfan/devStudy_chat_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevStudy - A chat room for developers

Description

DevStudy is a chat room for developers to discuss about programming languages, frameworks, libraries, etc. It is a place where developers can share their knowledge and learn from each other.

Features

  • User can sign up and sign in with email and password
  • User can sign in with Google account
  • User can create a new room
  • User can join a room
  • User can send messages in a room
  • User can see the list of rooms (home feed)
  • User can see the list of members in a room (all participants)

Technologies

  • Django
  • Django REST Framework
  • HTML
  • CSS
  • JavaScript

Installation

  1. Clone the project to your local directory
git clone 
  1. Create a virtual environment
python -m venv venv
  1. Activate the virtual environment
.\venv\Scripts\activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the server
python manage.py runserver

License

MIT