Skip to content

This is a Django room chatting website where users can create rooms where other users can join and start conversations.

Notifications You must be signed in to change notification settings

ankushmallick1100/DjangoStudyChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Room Chatting Website

• This is a Django room chatting website where users can create rooms where other users can join and start conversations.
• In Frontend, HTML, CSS - BootStrap CSS framework and JavaScript and in the backend, Python Django framework are used to develop this website.
• SQLite which Python provides - Django framework is used as a database for storing or retrieving data.