Skip to content

weizhongtan/money-tracker

Repository files navigation

Money tracker

Visualise your personal finances.

screenshot of app

Prerequisites

  • Docker
  • Docker compose
  • Node.js 14

Quick start

Ensure docker is running. Then:

$ npm run api:up     # starts Postgres and Hasura instances
$ npm run api:dev    # starts API server
$ npm run client:dev # starts UI server

To update the API:

$ npm run api:console

Make modifications using the web UI.

To query the database directly:

$ npm run db

To update graphql typings:

$ npm run generate

About

Visualise your personal finances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published