Skip to content

willbraun/racquet-rivals-pb-extend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repo houses the custom backend logic for racquetrivals.com. The app uses Pocketbase, a BaaS that provides a SQLite database and built-in APIs to interact with it.

Pocketbase offers a way to extend its functionality by importing it into a new Go package, and adding custom logic to that new package (documentation).

For more information on Racquet Rivals, see this repo.

Technologies Used

Go, Pocketbase