Skip to content

Taldrain/Turn-Based-Accounting

Repository files navigation

Turn-Based Accounting

Full rewrite using Remix, Prisma and Tailwind.

tba.taldra.in

About

Turn-Based Accounting allows you to track how much money do you earn/spend per day, week, month or year.

From the ideas of the Bennedetto project.

Building

  1. Install the dependencies

npm install

  1. Build the database

npx prisma generate

  1. Seed the database (optional)

npx prisma db seed