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.
- Host: GitHub
- URL: https://github.com/adilkadivala/finance
- Owner: adilkadivala
- Created: 2024-11-13T04:12:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-13T02:35:57.000Z (6 months ago)
- Last Synced: 2025-12-14T16:57:24.624Z (6 months ago)
- Topics: drizzle-orm, hono-api, nextjs, nodejs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://follow-finance.vercel.app
- Size: 593 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.