From a5c9e1a32b58dc049af3da43081d1da6e766b2cb Mon Sep 17 00:00:00 2001 From: Thibaud Date: Thu, 23 Jan 2025 16:04:56 +0100 Subject: [PATCH] Add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3104c60 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# 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` +