Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 623 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 623 Bytes

NFC Payment App

An NFC-based payment application using HTML, PHP, and Arduino.

Features

  • NFC Tag Scanning
  • Secure Payment Processing
  • Simple Web Interface

Installation

Requirements

  • Arduino with NFC Shield
  • PHP Server (e.g., XAMPP)
  • MySQL Database

Setup Steps

  1. Clone the Repository:
    git clone https://github.com/Rishi-Sudhakar/nfcpay.git
  2. Upload Arduino Code:

Use the provided Arduino code in the arduino directory. 3. Setup PHP Server:

Place project files in htdocs (XAMPP). Start Apache server.

  1. Database Setup:

Import database.sql into MySQL.