Skip to content

Hraja31/Ez-KYC

 
 

Repository files navigation

Demo Video

Make sure to turn on the audio

da15c00a-557d-46c7-afab-a65ecbac654e.mp4

Ez-KYC

This project contains a client-side application built with Create React App and a server-side application using Express.js.

Client

The client directory contains a React application created with Create React App. This is where you can find the front-end code for your project.

Installation

To run the client application, navigate to the client directory and run the following commands:

cd client
npm install
npm start

Server

The server directory contains an Express.js server application.

TEST_SANDBOX_URL
TEST_SANDBOX_API_KEY
TEST_SANDBOX_API_SECRET
API_VERSION=1.0
SANDBOX_URL="https://api.sandbox.co.in"
SANDBOX_API_KEY
SANDBOX_API_SECRET
ACCESS_TOKEN

Installation

To run the server application, navigate to the server directory and run the following commands:

cd server
npm install
npm start

Demo

Watch the demo video for this project on YouTube: Demo Video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • HTML 4.9%
  • CSS 4.3%