12 lines
374 B
Markdown
12 lines
374 B
Markdown
# Test pocketbase
|
|
|
|
Demonstrates how to interact with the REST API of the open source backend [Pocketbase](https://pocketbase.io/)
|
|
|
|
## How to run
|
|
|
|
- Download the prebuilt pocketbase executable
|
|
- Run the command `pocketbase serve`
|
|
- Setup an user `azerty` with the passwor `12345678` according to the instructions of https://pocketbase.io/docs/
|
|
- Run `python3 pocketbase.py`
|
|
|