{"id":27147847,"url":"https://github.com/manineedtosleep/fintech_app","last_synced_at":"2026-04-15T22:32:42.383Z","repository":{"id":272618577,"uuid":"916138489","full_name":"ManINeedToSleep/FinTech_App","owner":"ManINeedToSleep","description":"A Nordic-inspired financial management platform with secure authentication, transaction tracking, interactive analytics, and comprehensive financial planning tools, built on Next.js 14 with TypeScript and Prisma.","archived":false,"fork":false,"pushed_at":"2025-02-05T16:12:47.000Z","size":150,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T11:51:38.530Z","etag":null,"topics":["banking","financial-tools","fintech","jwt-authentication","nextjs","nordic-design","postgresql","prisma","tawilwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://fin-tech-app-bay.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManINeedToSleep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-13T14:27:54.000Z","updated_at":"2025-03-25T14:22:20.000Z","dependencies_parsed_at":"2025-01-15T17:07:20.759Z","dependency_job_id":"5e68dcd2-ce0d-46d1-b1e2-321843ef7b9e","html_url":"https://github.com/ManINeedToSleep/FinTech_App","commit_stats":null,"previous_names":["manineedtosleep/fintech_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ManINeedToSleep/FinTech_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManINeedToSleep%2FFinTech_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManINeedToSleep%2FFinTech_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManINeedToSleep%2FFinTech_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManINeedToSleep%2FFinTech_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManINeedToSleep","download_url":"https://codeload.github.com/ManINeedToSleep/FinTech_App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManINeedToSleep%2FFinTech_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000723,"owners_count":26082895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["banking","financial-tools","fintech","jwt-authentication","nextjs","nordic-design","postgresql","prisma","tawilwindcss","typescript"],"created_at":"2025-04-08T11:51:24.753Z","updated_at":"2025-10-09T01:34:35.541Z","avatar_url":"https://github.com/ManINeedToSleep.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fintech Financial Bank\n\nA modern financial management application with Nordic-inspired design, built with Next.js 14, TypeScript, and Prisma. Features a cosmic aurora theme, real-time financial tracking, and comprehensive financial tools.\n\n## ✨ Features\n\n### Core Features\n- 🔐 Secure JWT authentication\n- 💳 Transaction management (deposits, withdrawals, transfers)\n- 📊 Interactive financial analytics with Recharts\n- 🧮 Comprehensive financial calculators\n- 🌌 Nordic-inspired cosmic design system\n\n### Financial Tools\n- 💰 Savings calculator\n- 🏦 Loan calculator\n- 📈 Investment planner\n- 💵 Tax calculator\n- 🏠 Mortgage calculator\n- 🎯 Retirement planner\n\n### Design System\n- 🌠 Aurora borealis animations\n- ⭐ Twinkling star effects\n- 🎨 Nordic color palette\n- 🌊 Glass-morphism UI elements\n- 📱 Fully responsive design\n\n## 🎨 Theme Colors\n```css\n:root {\n  --aurora-green: #7CFCD0;\n  --nordic-blue: #1E3D59;\n  --frost-blue: #E2E8F0;\n  --northern-pink: #FF61A6;\n  --snow-white: #F7F9FC;\n}\n```\n\n## 🛠 Tech Stack\n- **Framework**: Next.js 14 (App Router)\n- **Language**: TypeScript\n- **Database**: Neon PostgreSQL\n- **ORM**: Prisma\n- **Styling**: Tailwind CSS\n- **Authentication**: JWT + bcrypt\n- **Charts**: Recharts\n- **Animations**: CSS + React\n- **Icons**: FontAwesome\n- **Deployment**: Vercel\n\n## 📦 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/fintech-bank.git\ncd fintech-bank\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Set up environment variables:\n```env\n# Database (Neon)\nDATABASE_URL=\"postgresql://user:password@endpoint/database\"\nDIRECT_URL=\"postgresql://user:password@endpoint/database\"\n\n# Authentication\nJWT_SECRET=\"your-secret-key\"\nJWT_EXPIRES_IN=\"7d\"\n```\n\n4. Initialize database:\n```bash\nnpx prisma generate\nnpx prisma db push\nnpx prisma db seed\n```\n\n5. Run development server:\n```bash\nnpm run dev\n```\n\n## 🚀 Deployment on Vercel\n\n1. Connect your repository to Vercel\n2. Add your environment variables in Vercel dashboard:\n   ```env\n   DATABASE_URL=\"your-neon-db-url\"\n   DIRECT_URL=\"your-neon-direct-url\"\n   JWT_SECRET=\"your-secret\"\n   JWT_EXPIRES_IN=\"7d\"\n   ```\n3. Add build command override (optional, if needed):\n   ```bash\n   prisma generate \u0026\u0026 next build\n   ```\n4. Deploy!\n\n\u003e **Note**: Prisma Client needs to be generated during build time on Vercel. The build command in package.json already includes `prisma generate` to handle this automatically.\n\n## 📊 Database Schema\n\n```prisma\nmodel User {\n  id           Int           @id @default(autoincrement())\n  email        String        @unique\n  username     String\n  passwordHash String\n  firstName    String?\n  lastName     String?\n  accounts     Account[]\n  transactions Transaction[]\n  createdAt    DateTime      @default(now())\n  updatedAt    DateTime      @updatedAt\n}\n\nmodel Account {\n  id          Int           @id @default(autoincrement())\n  accountType AccountType\n  accountName String\n  balance     Float         @default(0)\n  userId      Int\n  user        User          @relation(fields: [userId], references: [id])\n  transactions Transaction[]\n  createdAt   DateTime      @default(now())\n  updatedAt   DateTime      @updatedAt\n}\n\nmodel Transaction {\n  id          Int      @id @default(autoincrement())\n  type        TransactionType\n  amount      Float\n  description String\n  accountId   Int\n  account     Account  @relation(fields: [accountId], references: [id])\n  userId      Int\n  user        User     @relation(fields: [userId], references: [id])\n  categoryId  Int\n  category    Category @relation(fields: [categoryId], references: [id])\n  createdAt   DateTime @default(now())\n}\n\nmodel Category {\n  id           Int           @id @default(autoincrement())\n  name         String\n  type         TransactionType\n  icon         String\n  transactions Transaction[]\n\n  @@unique([name, type])\n}\n\nenum AccountType {\n  CHECKING\n  SAVINGS\n  INVESTMENT\n}\n\nenum TransactionType {\n  DEPOSIT\n  WITHDRAWAL\n  TRANSFER\n}\n```\n\n## 🔒 API Routes\n\n### Authentication\n- `POST /api/auth/register` - Create new account\n- `POST /api/auth/login` - User login\n- `GET /api/user` - Get user profile\n\n### Transactions\n- `GET /api/transactions` - List transactions\n- `POST /api/transactions/deposit` - Make deposit\n- `POST /api/transactions/withdraw` - Make withdrawal\n- `POST /api/transactions/transfer` - Make transfer\n- `POST /api/transactions/expense` - Record expense\n\n## 🌟 Contributing\n\n1. Fork the repository\n2. Create feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit changes (`git commit -m 'Add amazing feature'`)\n4. Push to branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License.\n``` ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanineedtosleep%2Ffintech_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanineedtosleep%2Ffintech_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanineedtosleep%2Ffintech_app/lists"}