Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 743 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 743 Bytes

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