Skip to content

Build a Finance Platform With Nextjs, React, Honojs with CSV Upload (2024) || Code With Antonio

Notifications You must be signed in to change notification settings

mkaidev/mkaidev-finance

Repository files navigation

Build a Finance Platform With Nextjs, React, Honojs with CSV Upload (2024) || Code With Antonio

Getting Started

First, run the development server:

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

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

If you want to learn how to create it please follow below tutorial👇: ➡ Tutorial Link 💚: Build a Finance SaaS Platform With Nextjs, React, Honojs with CSV Upload (2024)


⭐DO NOT FORGET TO STAR THIS REPO⭐


environments

Do not forget to input your own environment on .env.local

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_
CLERK_PUBLISHABLE_KEY=pk_test_
CLERK_SECRET_KEY=sk_test_
CLERK_USER_ID=user_

NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up

DATABASE_URL=postgresql://

NEXT_PUBLIC_APP_URL=http://localhost:3000

About

Build a Finance Platform With Nextjs, React, Honojs with CSV Upload (2024) || Code With Antonio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages