File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,23 +30,23 @@ WeTalk is a web-based video conferencing application that facilitates seamless r
3030```
3131- Setup MongoDB collection in your local machine
3232 - Enter MongoDB shell
33- ``` bash
34- mongosh
35- ```
33+ ``` bash
34+ mongosh
35+ ```
3636 - Create a database called ` wetalk `
37-
38- ` ` ` bash
39- use wetalk
40- ` ` `
37+
38+ ``` bash
39+ use wetalk
40+ ```
4141 - Create the following collections
42-
43- ` ` ` bash
44- db.createCollection(" users" )
45- db.createCollection(" rooms" )
46- db.createCollection(" chats" )
47- ` ` `
48- - Create an Agora Account and add the Agora SDK ` AppId` & ` TOKEN` . Remmeber to keep the ` channel name` as ` wetalk` while creating the project.
4942
43+ ``` bash
44+ db.createCollection(" users" )
45+ db.createCollection(" rooms" )
46+ db.createCollection(" chats" )
47+ ```
48+ - Create an Agora Account and add the Agora SDK ` AppId ` & ` TOKEN ` . Remmeber to keep the ` channel name ` as ` wetalk ` while creating the project.
49+
5050 ``` bash
5151 cd client
5252 nano .env
@@ -72,6 +72,14 @@ WeTalk is a web-based video conferencing application that facilitates seamless r
7272 const MONGODB_URI = ' mongodb://127.0.0.1:27017/wetalk'
7373```
7474
75+ ### Screenshots
76+
77+ <img src =" https://github.com/pooranjoyb/We_Talk/assets/90945182/2ebd9c91-3dfe-475e-8494-1571c5cfd3f5 " />
78+
79+ <img src =" https://github.com/pooranjoyb/We_Talk/assets/90945182/c0180bb2-e488-4460-a643-03d54a1c705f " />
80+
81+ <img src =" https://github.com/pooranjoyb/We_Talk/assets/90945182/b9978234-de8e-4928-9eae-d9272ceafc10 " />
82+
7583## License
7684
7785This project is licensed under the ** [ MIT License] ( LICENSE ) **
You can’t perform that action at this time.
0 commit comments