An open API service indexing awesome lists of open source software.

https://github.com/adilkadivala/finance

A platform for tracking income, expenses .. developed for my self, but also used by my classmates.
https://github.com/adilkadivala/finance

drizzle-orm hono-api nextjs nodejs shadcn-ui tailwindcss

Last synced: about 2 months ago
JSON representation

A platform for tracking income, expenses .. developed for my self, but also used by my classmates.

Awesome Lists containing this project

README

          

## Create an account on [clerk](https://www.clerk.com)

and then copy in .env

```bash
NEXT_PUBLIC_APP_URL=host_app_url
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=YOUR_NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
CLERK_PUBLISHABLE_KEY=YOUR_CLERK_PUBLISHABLE_KEY
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
DATABASE_URL=postgres_url
```

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.