Giter Club home page Giter Club logo

divvy-up's Introduction

DivvyUp

DivvyUp is a Splitwise replacement you can self-host. It's a web app built with Pocketbase and SvelteKit.

Screenshot of a test group

Features

Groups

In DivvyUp you can create groups and invite people to them using their user ID. You can also delete groups.

Group members are expected to share expenses equally.

Expenses

Importing expenses from a CSV or Excel file

You can add expenses in a group using a form, but you can also import expenses from a CSV or Excel file. This is useful if you want to import expenses from your bank account for example.

The import preview will guide you through the process of mapping the columns in the file to the fields in the expense.

Finally, the import preview allows you to review the expenses before they are added to the group.

demo.mp4

Deployment

Build frontend

First, you'll want to build the frontend application.

The frontend build will place the static files in pb_public. The contents of this directory are served by Pocketbase.

bun install
bun run build

Deploy Pocketbase

The following steps mirror the official documentation.

Sync files to your server

rsync -azvr --delete pb_migrations/ user@server:/path/to/pb_migrations/
rsync -azvr --delete pb_public/ user@server:/path/to/pb_public/

Install Pocketbase on your server

wget https://github.com/pocketbase/pocketbase/releases/download/v0.20.7/pocketbase_0.20.7_linux_amd64.zip
unzip pocketbase_0.20.7_linux_amd64.zip
# run with
./pocketbase serve [--http 127.0.0.1:$PORT]

divvy-up's People

Contributors

tommasoamici avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.