Skip to content

Commit 0ec4bc7

Browse files
committed
updated readme
1 parent f0d0044 commit 0ec4bc7

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

DJANGO PROJECTS/Chat/README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,34 @@
22

33
## Overview
44

5-
This a simple web application where you can chat in real time. User can send the message to other users available inside the room and read the other's messages.
5+
This is a simple django chat applications for real time chatting. One needs to create an account to be able to chat with others. User can create their own room for chatting.
66

7-
You can test it creating two accounts and opening one in browser and other in private browser. Then you will be able to see the messages .
7+
## Libraries and Frameworks:
88

9-
## Libraries and Frameworks Used:
9+
These are the libraries and frameworks used to build this chat application.
1010
1.Django == 3.0.2
1111
2.django-environ == 4.1.4
1212
3.channels == 3.0.4
1313

14-
## Screenshot
15-
<img src="static/images/pic.png" alt="Screenshot">
14+
[![Screenshot-70.png](https://i.postimg.cc/jqWhGBq1/Screenshot-70.png)](https://postimg.cc/fkNXd297)
1615

1716

17+
## Getting started with project
18+
First clone the repository from Github and cd into the Djagno Projects/Chat
19+
20+
Activate the virtualenv for the project
21+
22+
Install project dependencies
23+
```bash
24+
$ pip install -r requirements.txt
25+
```
26+
27+
Then aplly the migrations
28+
```bash
29+
$ python manage.py runserver
30+
```
31+
32+
Now you can run the server
33+
```bash
34+
$ python manage.py runserver
35+
```

0 commit comments

Comments
 (0)