GitXplorerGitXplorer
s

loot

public
2 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
b9ec99054d909180a0f2c35167ca2bca62414e30

Squash migrations

ssaltcod committed a year ago
Unverified
a4c74e2acdbd0d22597ae68d48d689b6e5a8c3b1

Add example csv

ssaltcod committed a year ago
Unverified
c76951de9f870636f10b753e95b61b24386231f0

Cleanup readme

ssaltcod committed a year ago
Unverified
dc0eb837107756f553a03991863606256b7976ca

First commit

ssaltcod committed a year ago

README

The README file for this repository.

screenshot

What is Loot?

Loot is a way to explore your expenses and see where your money goes. How much do you spend on coffees? Lunches out? Sushi? Travel? Kids? Loot can help you find out.

How do I use it?

Loot is a Next.js app. It's meant to be installed locally. Follow the installation instructions to get up and running.

Installation

  1. clone the repo
  2. npm i
  3. touch prisma/dev.db
  4. npx prisma generate
  5. npx prisma migrate dev
  6. npm run dev
  7. fire up http://localhost:3102/ to get started!