Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enkarin/chefbot
Assistant in choosing the perfect dish
https://github.com/enkarin/chefbot
java17 maven postgresql spring-data-jpa telegram-bot-api testcontainers
Last synced: about 1 month ago
JSON representation
Assistant in choosing the perfect dish
- Host: GitHub
- URL: https://github.com/enkarin/chefbot
- Owner: EnKarin
- License: mit
- Created: 2024-07-25T16:42:09.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T05:04:41.000Z (2 months ago)
- Last Synced: 2024-11-05T06:17:19.290Z (2 months ago)
- Topics: java17, maven, postgresql, spring-data-jpa, telegram-bot-api, testcontainers
- Language: Java
- Homepage: https://t.me/ak_chef_bot
- Size: 555 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# ChefBot
Assistant in choosing the perfect dish[![Java CI](https://github.com/EnKarin/ChefBot/actions/workflows/build.yml/badge.svg)](https://github.com/EnKarin/ChefBot/actions/workflows/build.yml)
[![GitHub](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/EnKarin/ChefBot/blob/master/LICENSE "MIT")### Requirements
1. Java 17 and above
2. Maven
3. PostgreSQL### Building
```shell
git clone https://github.com/EnKarin/ChefBot.git
cd ChefBot
./mvnw clean package
```## Issue Tracking
Found a bug? Have an idea for an improvement? Feel free to [file an issue](https://github.com/EnKarin/ChefBot/issues).