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-bffRun the following command in order to generate an optimized production build of the app.
$ yarn buildThe 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:
$ yarnThis will initialize and install all the required dependencies.
In order to run the app in the development mode:
$ yarn startVisit http://localhost:3001/api-docs/ in the browser to visit the swagger doc!