Skip to content

binary-koan/sconet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sconet

Sconet (our "scones and tea budget") is a simple little personal finance app that lets you record your income and expenses, setup categories and budgets, and break down your spending, all in multiple currencies.

It's 🚧 super WIP and incomplete 🚧 so expect to find broken things everywhere - at the moment this is more of a testing ground for me to experiment with using Bun and SolidJS, creating a semi-custom GraphQL client etc, rather than something I recommend actually using!

CI Lint

Local development

Requirements

  • Bun 1.0.0 or higher
  • Node.js
  • A PostgreSQL database with pg_stat_statements and uuid-ossp extensions enabled
  1. Clone the repo
  2. Run bun install and bundle install
  3. Run rails db:setup
  4. Run bun dev to start a dev server and visit http://localhost:3030
  5. Log in with [email protected] and changeme

Deployment

Sconet can be built as a single Docker image. The included fly.toml can be used for easy deployment to Fly.io.

About

Simple little personal finance app, experimenting with Bun and Solid.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published