Thanks to visit codestin.com
Credit goes to github.com

Skip to content

edwardshturman/decimal

Repository files navigation

Decimal

A minimalist, web-based expense tracker.

Local Development

  1. Copy the environment file and populate it with your secrets:
cp .env.example .env.local
  1. Install the dependencies:
bun install
  1. Connect to a cloud database provider, or set up a local PostgreSQL database:
docker run --name postgres -e POSTGRES_PASSWORD=password -p "5432:5432" postgres
  1. Run a migration to set up the database schema:
bun migrate
  1. Run the local development server:
bun run dev

About

Minimalist, web-based expense tracker

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •