All Projects → norestlabs → mousekyc-fe

norestlabs / mousekyc-fe

Licence: MIT license
Frontend of the No Rest Labs team KYC repo

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Labels

Projects that are alternatives of or similar to mousekyc-fe

mousekyc
Master repository for the MouseBelt KYC project
Stars: ✭ 23 (+43.75%)
Mutual labels:  kyc
FaceLivenessDetection-SDK
3D Passive Face Liveness Detection (Anti-Spoofing) & Deepfake detection. A single image is needed to compute liveness score. 99,67% accuracy on our dataset and perfect scores on multiple public datasets (NUAA, CASIA FASD, MSU...).
Stars: ✭ 85 (+431.25%)
Mutual labels:  kyc
blinkid-xamarin
ID scanning SDK, wrapped for cross-platform apps built with Xamarin.
Stars: ✭ 49 (+206.25%)
Mutual labels:  kyc
WeIdentity
基于区块链的符合W3C DID和Verifiable Credential规范的分布式身份解决方案
Stars: ✭ 1,063 (+6543.75%)
Mutual labels:  kyc
mousekyc-admin
Admin panel for the No Rest Labs KYC
Stars: ✭ 14 (-12.5%)
Mutual labels:  kyc
customers
Customer registry supporting Know Your Customer (KYC), Customer Identification Program (CIP), and OFAC checks
Stars: ✭ 59 (+268.75%)
Mutual labels:  kyc
blinkid-flutter
ID scanning plugins for cross-platform apps built with Flutter.
Stars: ✭ 55 (+243.75%)
Mutual labels:  kyc
blinkid-ui-android
Customizable UI library that includes camera management, scanning screen, and document selection module.
Stars: ✭ 33 (+106.25%)
Mutual labels:  kyc
watchman
AML/CTF/KYC/OFAC Search of global watchlist, sanctions, and politically exposed person (PEP)
Stars: ✭ 167 (+943.75%)
Mutual labels:  kyc

Project Description

This project is to process KYC by User token

User can upload their passport and ID card image from their local PC or taking photo using web camera so that Admin can check it

User will get KYC status from admin

How to run project

It is easy to run project

First, You should install NodeJS on your local environment

  1. Install dependencies

    • npm install
  2. Run project

    • npm start

Project Structure

src

  • assets
    • img
    • styles
  • components
    • DocumentSelect
    • DropdownSelect
    • List
    • PrivateRoute
    • UploadDocument
  • containers
    • MatchContainer
    • RoutesContainer
    • SigninContainer
    • TakePhotoContainer
    • UploadDocContainer
    • UploadSelfieContainer
    • ValidationContainer
  • core
    • modules
    • store
    • index.js
  • services
    • common.js
    • constant.js
    • index.js
    • localStorage.js
    • restService.js
  • utilities
    • index.js
    • promisify.js
  • App.test.js
  • config.js
  • index.js
  • registerServiceWorker.js

Core includes redux structure(redux store, redux saga)

Configuration

How to config .env file

    REACT_APP_NODE_PTH=src/
    NODE_PATH=src/

API Endpoint

you can change api endpoint in services/constants.js

    export const apiEndpoint = 'YOUR API ENDPOINT';
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].