Skip to content

Commit 915d9a8

Browse files
committed
Move Flask example parts into subdirectory
1 parent b0035eb commit 915d9a8

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

flask/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is an example project for TalkJS's tutorial on [how to build a Flask chat a
44

55
This example demonstrates how to integrate TalkJS with a Python application that uses the Flask framework. There are two projects present inside the repo:
66

7-
- `talkjs-flask-python`: This project contains the Flask backend, which serves a REST endpoint with user data. [Download `talkjs-flask-python` as a zip file.](https://github.com/talkjs/talkjs-examples/releases/latest/download/flask.talkjs-flask-python.zip)
7+
- `talkjs-flask-python`: This project contains the Flask backend, which serves a REST endpoint with user data. [Download `talkjs-flask-python` as a zip file.](https://github.com/talkjs/talkjs-examples/releases/latest/download/flask.talkjs-flask-python.zip)
88
- `talkjs-frontend`: This project contains the frontend code, which uses TalkJS's [JavaScript SDK](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/) to create chats between users. [Download `talkjs-frontend` as a zip file.](https://github.com/talkjs/talkjs-examples/releases/latest/download/flask.talkjs-frontend.zip)
99

1010
## Prerequisites
@@ -16,7 +16,7 @@ To run this tutorial, you will need:
1616

1717
## How to run the tutorial
1818

19-
1. Clone or download the project (as zip files: [`talkjs-flask-python`](https://github.com/talkjs/talkjs-examples/releases/latest/download/flask.talkjs-flask-python.zip) and [`talkjs-frontend`](https://github.com/talkjs/talkjs-examples/releases/latest/download/flask.talkjs-frontend.zip)).
19+
1. Clone or [download this project](https://github.com/talkjs/talkjs-examples/releases/latest/download/flask.basic-example.zip).
2020
1. From the `talkjs-flask-python` directory:
2121
1. Run `pip install flask` and `pip install flask-cors` to install the dependencies
2222
1. Run `python3 flask-python.py` to run the project
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)