File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A chat app with real-time capabilities that utilizes Appwrite on the backend.
4
4
5
- > Tutorial Link Will be added here when posted.
6
-
7
- <img src =" images/demo.png " />
8
-
9
5
### Getting Started
10
6
11
7
After cloning the repo ensure you complete the necessary installations
@@ -20,10 +16,11 @@ Create a new `.env` folder and create the necessary variables based on the `src/
20
16
``` js
21
17
// appwrite.Config.js
22
18
...
23
- export const API_ENDPOINT = import .meta.env.VITE_API_ENDPOINT
19
+ export const API_ENDPOINT = import .meta.env.VITE_API_ENDPOINT
24
20
export const PROJECT_ID = import .meta.env.VITE_PROJECT_ID
25
21
export const DATABASE_ID = import .meta.env.VITE_DATABASE_ID
26
22
export const COLLECTION_ID_MESSAGES = import .meta.env.VITE_COLLECTION_ID_MESSAGES
23
+ // set env for your keys
27
24
28
25
const client = new Client ()
29
26
.setEndpoint (API_ENDPOINT )
You can’t perform that action at this time.
0 commit comments