Giter VIP home page Giter VIP logo

alpha's Introduction

Currency info

Что делает это приложение?

  • данное приложение позволяет узнать отношение курса к USD по сравнению с предыдущем днем
  • принимает параметр валюты для сравнения
  • отвечает json файлом с данными (ссылка с гифкой и ее тип):
    • если наша валюта стала дешевле - в этом случае тип broke
    • если наша валюта стала дороже - тип rich img.png

Используемые сторонние сервисы

Приложение использует

  • gradle
  • spring-boot-web
  • openfeign
  • wiremock
  • lombok

Запуск

  1. Скачайте и установите Java11
  2. Скачайте проект (git clone https://github.com/Amikuto/alpha.git)
  3. Соберите проект (./gradlew build)
  4. Создастся папка build. Откройте ее в терминале (cd .\build\libs)
  5. Запустите jar файл (java -jar alpha.jar)
  6. Проверьте работу сервера при помощи запроса (http://localhost:8080/api/info?currency=RUB)

или

  1. Скачайте и установите Java11
  2. Скачайте последний релиз (https://github.com/Amikuto/alpha/releases)
  3. Запустите скачанный jar файл (java -jar alpha.jar)
  4. Проверьте работу сервера при помощи запроса (http://localhost:8080/api/info?currency=RUB)

Docker

  1. Перейдите в папку с проектом
  2. Создайте образ (docker build -t currency-service .)
  3. Запустите образ (docker run -d --name currency-server -p 8080:8080 currency-service)
  4. Проверьте работу сервера при помощи запроса (http://localhost:8080/api/info?currency=RUB)

Heroku

Author

Kurtaev Damir Student of Financial University Faculty of Information Technology and Big Data Analysis

The application is completely ready: the project is packed in jar format. All solution methods can generate automatically generated documentation using JavaDoc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.