Pocketbase API Template

This repository contains a template or starter kit for setting up a new project in pocketbase.

Prerequisites

  • git
  • go (1.22.2+)
  • docker (optional)
  • litestream (optional)

Working locally

Step 1: Clone the repository by running the git clone command.

Step 2: Run go run . and your API should be up and running in no time.