you need to have Linux, Mac or Windows WSL for this to work.
- clone this repo
cd coffeeMenu-backend
- install PocketBase by running:
./install.sh
(make sure you are on a unix ecosystem(mac, linux, windows sub linux)) or Alternativly install PocketBase by hand - run:
./pocketbase migrate
and./pocketbase serve
- open http://127.0.0.1:8090/_/ and create an account
- close the backend process by
CTRL+C
(we will run it again alongside other packages later...)