A simple express web app that Validate BVN number using https://developer.flutterwave.com/reference#bvn-validation API
clone the repo and cd to the Project Dir.
then install packages with npm install
get your Secret key from https://ravesandbox.flutterwave.com/dashboard/settings/apis
rename .env.sample file to .env and update your flutterwave secret key
then start the server with npm run dev