gafalcon / my_wallet

App to handle my personal finances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Technologies

  • Prisma
  • NextJS
  • Tailwind
  • Graphql
  • Auth0

How to create a new graphql query/transaction

  1. Define it in graphql/types
  2. Create query/transaction in graphql/queries
  3. yarn codegen will create hooks for apolloClient

About

App to handle my personal finances


Languages

Language:TypeScript 98.3%Language:JavaScript 1.5%Language:CSS 0.2%