Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 696 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 696 Bytes

Credit Card Validation App

This is a simple web application built with React and Node.js (Express) that allows you to validate credit card numbers using the Luhn algorithm.

Getting Started

Prerequisites

  • Node.js and npm should be installed on your machine.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/yourusername/credit-card-validation-app.git // Not applicable as of now
    
    OR
  2. Unzip app to local machine and open it on visual studio code

  3. Npm Install on both apps i.e. "credit-card-validation-ui" and "credit-card-validation-service" with 'npm i'

  4. Run both apps with 'npm start'