Skip to content

FelipeBarrosCruz/bank-account-validator-api

Repository files navigation

Bank Account Validator API

  • Provide a bank account validation in Backend

GET STARTED

RUNNING WITH DOCKER

Install docker and docker-composer

Setup the container

docker-compose build

Running the container

docker-compose up

RUNNING WITHOUT DOCKER

Install the dependencies

npm install

To run tests

npm install --dev && npm run test

To start the application

npm run start

Check the API documentation

http://127.0.0.1:3000/documentation

BASE_URL:PORT/documentation

On this project we use:

  • HapiJS Packages
  • Mocha and chai for tests

About

Bank Account Validator API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published