Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ The server will start on `localhost:9000`.
By default, the server starts on port 9000. You can override the default port
the server listens on by setting the environment variable `PORT` in the command
above.
## Chat App UI Screenshot
Below is a screenshot of the Chat App’s user interface.

![UI Screenshot](https://raw.githubusercontent.com/Ekam219/example-chat-app/main/chat-app-screenshot.jpg)

## Usage

Expand Down
Binary file added chat-app-screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions server-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ GOOGLE_API_KEY=<your_api_key> PORT=<your_port> go run .
## Environment Variables
* GOOGLE_API_KEY: API key for Gemini service.
* PORT: The port this server is listening on (default 9000).
## Chat App UI Screenshot
Below is a screenshot of the Chat App’s user interface.

![UI Screenshot](https://raw.githubusercontent.com/Ekam219/example-chat-app/main/chat-app-screenshot.jpg)
4 changes: 4 additions & 0 deletions server-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ By default, the app will run on port 9000.

If you want to specify your port, edit the `PORT` key in your `.env` file.
`PORT=xxxx`
## Chat App UI Screenshot
Below is a screenshot of the Chat App’s user interface.

![UI Screenshot](https://raw.githubusercontent.com/Ekam219/example-chat-app/main/chat-app-screenshot.jpg)
5 changes: 5 additions & 0 deletions server-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ python app.py
```

The server will start on `localhost:9000`.

## Chat App UI Screenshot
Below is a screenshot of the Chat App’s user interface.

![UI Screenshot](https://raw.githubusercontent.com/Ekam219/example-chat-app/main/chat-app-screenshot.jpg)