Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mkaidev/mkaidev-finance

Build a Finance Platform With Nextjs, React, Honojs with CSV Upload (2024) || Code With Antonio
https://github.com/mkaidev/mkaidev-finance

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## 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.

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)](https://www.youtube.com/watch?v=N_uNKAus0II)

---

## ⭐DO NOT FORGET TO STAR THIS REPO⭐

---

## environments

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

```bash
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
```