Application for tracking income and expenses. It uses Next.js with Neon to persist data and Clerk for authentication.
npm installRename the .env.example file to .env.local and add the following values:
DATABASE_URL: Your db string from https://neon.techNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: Your Clerk public frontend API key from https://dashboard.clerk.dev/settings/api-keysCLERK_SECRET_KEY: Your Clerk secret key from https://dashboard.clerk.dev/settings/api-keys
Run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.