This repository hosts the BFF application of the Currency Converter tool.
Component Type
Rest API
Dependencies
Checkout the codebase from GitHub:
$ git clone https://github.com/lochanar/currency-converter-bff.git
cd currency-converter-bff
Run the following command in order to generate an optimized production build of the app.
$ yarn build
The package manager used in this project is yarn
. To install yarn, you can follow the official guide.
Once yarn is installed, navigate to the project root and execute the following command:
$ yarn
This will initialize and install all the required dependencies.
In order to run the app in the development mode:
$ yarn start
Visit http://localhost:3001/api-docs/ in the browser to visit the swagger doc!