There are some changes I'll be making to this repo, make sure you pull updated changes using
git pull
. then add your changes before pushing.
git clone https://github.com/Benrobo/payrill-api.git
// if npm is default package manager
npm install
// if yarn is default package manager
yarn add
DATABASE_URL="mongodb database url"
ACCESS_TOKEN_SECRET=""
REFRESH_TOKEN_SECRET=""
MAX_API_REQUEST_COUNT = 100
RAPYD_SECRET_KEY=""
RAPYD_ACCESS_KEY=""
The backend API uses Jest
as the prefered testing library for our application. All test
files are found within the ./test
directory.