Skip to content

The service allows users to check the current UAH exchange rate and subscribe to it.

Notifications You must be signed in to change notification settings

Waramoto/hryvnia-svc

Repository files navigation

hryvnia-svc

Note: the service structure has been generated using this generator.

Description

The service allows users to check the current UAH exchange rate and subscribe to it.

Documentation

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.

Running from docker compose

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

About

The service allows users to check the current UAH exchange rate and subscribe to it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published