Skip to content

zanwaar/FinanceRapyd-X

Repository files navigation

Finance-rapyd-x

Docs rapyd https://docs.rapyd.net/build-with-rapyd/reference/api-reference

Prerequisites

Node version 14.x

Cloning the repository

git clone https://github.com/zanwaar/Finance-rapyd-x

Install packages

npm i

Setup .env file

auth secret link : https://generate-secret.now.sh/32

Google console link : https://console.cloud.google.com/apis/dashboard

rapyd dasboard link ; https://dashboard.rapyd.net/login

NEXTAUTH_URL
NEXTAUTH_SECRET=

GOOGLE_ID=
GOOGLE_SECRET=

RAPYD_SECRET_KEY=
RAPYD_ACCESS_KEY=

Start the app

npm run dev