Skip to content

Rohitk131/flashpay

Repository files navigation


🚀 FlashPay

FlashPay is a web application that allows users to send money to their friends with ease. Built using Next.js, Prisma, NeonDB, and Framer Motion, FlashPay offers a modern and smooth user experience.

FlashPay Banner

✨ Features

  • Instant Transfers: Quickly send and receive money with just a few clicks.
  • User-Friendly Interface: Enjoy a clean and intuitive design that makes transactions simple and efficient.
  • Secure Transactions: Built with robust security measures to keep your data and transactions safe.
  • Interactive Animations: Smooth and responsive animations powered by Framer Motion for an engaging user experience.
  • Scalable Architecture: Leveraging Next.js and Prisma for a scalable and maintainable backend.

🛠 Tech Stack

  • Next.js: A React framework for building fast and scalable web applications.
  • Prisma: A next-generation ORM for Node.js and TypeScript.
  • NeonDB: A serverless, scalable, and highly available PostgreSQL database.
  • Framer Motion: A production-ready motion library for React to create fluid animations.
  • TypeScript: Strongly typed programming language that builds on JavaScript.

🚀 Getting Started

Prerequisites

Ensure you have the following installed on your system:

  • Node.js (v14 or higher)
  • npm or yarn
  • Git

Installation

  1. Clone the repository

    git clone https://github.com/yourusername/flashpay.git
    cd flashpay
    npm i
    npm prisma generate
    npm run dev