Note: the service structure has been generated using this generator.
The service allows users to check the current UAH exchange rate and subscribe to it.
To open documentation, run
cd docs
npm install
npm start
and go to swagger editor.
To build documentation use
npm run build
that will create open-api documentation in web_deploy
folder.
Make sure that docker and docker compose installed, then
docker compose up
If you make some changes in code and want to apply them, run
docker compose up --build
To stop it
docker compose down