📘 Binder demo and links.
This commit is contained in:
parent
f15273a210
commit
e7239cd2fa
2 changed files with 6 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<h3 align="center">fridges-api</h3>
|
||||
<div align="center">
|
||||
<a href="#"><strong>Try this server using Binder! »</strong></a>
|
||||
<a href="https://mybinder.org/v2/gh/rzmk/fridges-api/HEAD"><strong>Try this API using Binder! »</strong></a>
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -29,7 +29,11 @@ Built from the Backend (**Rest APIs and FLASK**) Workshop by [@lucentfong](https
|
|||
5. **Run the flask server.** You can do this by running the command `flask run`.
|
||||
6. **Run api_test.py.** Open another terminal and run `python api_test.py` (may be `python3` for unix).
|
||||
|
||||
You should be able to see the requests run with outputs on the terminal running the server and the requests script! 🎉
|
||||
You should be able to see the requests run with outputs on both terminals! 🎉
|
||||
|
||||
Here is a demo going through all the steps on [binder](https://mybinder.org/v2/gh/rzmk/fridges-api/HEAD):
|
||||
|
||||

|
||||
|
||||
Feel free to change values within `app.py` and `api_test.py`.
|
||||
|
||||
|
|
|
|||
BIN
binder_demo.gif
Normal file
BIN
binder_demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 MiB |
Loading…
Add table
Add a link
Reference in a new issue