Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

BudgetBuddyDE/Subscription-Service

Repository files navigation

Subscription-Service

Important

This “service” is no longer required, as subscriptions (recurring payments) are now processed directly via the Pocketbase instance. Implemented in the commit 6dec29e779a4321be07d3d4dc1db96dccefe34bb

ToC

Installation

  1. Clone the repository

    git clone git@github.com:BudgetBuddyDE/Subscription-Service.git
  2. Install dependencies

    npm install
  3. Set all required environment-variables as defined in the .env.example

  4. Start the application

    npm run start

Docker

Note

You may need to sign into the Github Image Registry by using echo <GH_PAT> | docker login ghcr.io -u <GH_USERNAME> --password-stdin

  1. Pull the image

    docker pull ghcr.io/budgetbuddyde/subscription-service:latest
  2. Start an container

    docker run--env-file .env ghcr.io/budgetbuddyde/subscription-service:latest

About

Service for processing recurring payments and processing them as transactions.

Topics

Resources

License

Stars

Watchers

Forks

Packages