This backend is based on pocketbase.io and has been extended with additional functionalities such as scheduled jobs and endpoints to meet the requirements of Budget-Buddy.
-
Clone the repository
git clone git@github.com:BudgetBuddyDE/pocketbase.git cd pocketbase -
Install dependencies
go mod download
-
Start the application
go run main.go serve