Skip to content

Iamcrystaline/CurrencyCounterTgBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CurrencyCounterTgBot

The main goal of this project is to create a telegram bot for currency conversioning. To do this, you have to open your Telegram app, find @currencyCounterBot, type /start and follow the bot's instructions

Notes

Prerequisites

  • JDK 17
  • Docker
  • Maven

Run & Test

General:

  1. Download the project
  2. Go to the project main directory

To run it using Docker:

  1. docker compose up

To run it from jar:

  1. docker compose up -d db
  2. mvn clean install
  3. java -jar ./target/demo-0.0.1-SNAPSHOT.jar

To run tests with reports:

  1. docker compose up -d db
  2. mvn clean test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published