https://github.com/mounishvatti/mintpay
“Take charge of your finances—track your spending and make payments effortlessly, because who needs more stress in life? 🚀”
https://github.com/mounishvatti/mintpay
nextjs postgresql prisma tailwind
Last synced: about 1 month ago
JSON representation
“Take charge of your finances—track your spending and make payments effortlessly, because who needs more stress in life? 🚀”
- Host: GitHub
- URL: https://github.com/mounishvatti/mintpay
- Owner: mounishvatti
- Created: 2024-12-24T11:45:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T13:21:33.000Z (3 months ago)
- Last Synced: 2025-02-06T13:28:34.447Z (3 months ago)
- Topics: nextjs, postgresql, prisma, tailwind
- Language: TypeScript
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MintPay
MintPay is a seamless and secure digital payments platform that allows users to
send and receive money, track expenses, apply for loans, and manage their Mint
Wallet for hassle-free transactions.## Features
### 💸 Payments
- **Send Money**: Instantly transfer money to other MintPay users.
- **Request Money**: Request payments from friends, family, or clients.### 📊 Expense Tracking
- **Transaction History**: View a detailed record of all your transactions.
- **Spending Insights**: Get insights into your spending habits with categorized
reports.### 🏦 Loan Applications
- **Apply for Loans**: Seamlessly apply for short-term loans through the
platform.
- **Loan Status Tracking**: Monitor the status of your loan applications in real
time.### 💳 Mint Wallet
- **Add Money**: Top up your Mint Wallet for quick, pinless transactions.
- **Withdraw Funds**: Transfer money from your Mint Wallet to your linked bank
account.## Tech Stack
- **Frontend**: Next.js, Tailwind CSS
- **Backend**: Next.js API Routes, Prisma
- **Database**: PostgreSQL
- **Authentication**: Auth.js## Installation & Setup
### Prerequisites
- Node.js (v20+ recommended)
- PostgreSQL database setup### Steps
1. Clone the repository:
```bash
git clone https://github.com/yourusername/mintpay.git
cd mintpay
```2. Install dependencies:
```bash
npm install
```3. Set up environment variables:
```bash
cp .env.example .env
```Fill in the necessary credentials in the .env file.
4. Run the development server:
```bash
npm run dev
```5. Open your browser and navigate to http://localhost:3000
Contributing
We welcome contributions! Feel free to submit issues and pull requests to
enhance MintPay.