Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mkaidev/mkaidev-finance
- Owner: mkaidev
- Created: 2024-08-10T00:23:40.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-14T17:56:47.000Z (4 months ago)
- Last Synced: 2024-08-15T09:45:08.769Z (4 months ago)
- Language: TypeScript
- Homepage: https://mkaidev-finance.vercel.app
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-upDATABASE_URL=postgresql://
NEXT_PUBLIC_APP_URL=http://localhost:3000
```