1
0

Add README.md

This commit is contained in:
Thibaud Gasser 2025-01-23 16:04:56 +01:00
parent 074f31129f
commit a5c9e1a32b

11
README.md Normal file
View File

@ -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`