https://github.com/l1ve4code/achievement-activity
Just a test project in which I tried different technologies and approaches.
https://github.com/l1ve4code/achievement-activity
docker java javalin kafka liquibase postgresql
Last synced: 10 months ago
JSON representation
Just a test project in which I tried different technologies and approaches.
- Host: GitHub
- URL: https://github.com/l1ve4code/achievement-activity
- Owner: l1ve4code
- License: apache-2.0
- Created: 2025-05-18T20:34:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-20T04:24:49.000Z (11 months ago)
- Last Synced: 2025-05-30T10:36:16.392Z (10 months ago)
- Topics: docker, java, javalin, kafka, liquibase, postgresql
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# achievement-activity
## About
Just a test project in which I tried different technologies and approaches.
- **[1]** Send action: **[POST]** `localhost:8080/activity/save` -> **[BODY]** `{ "userId": 1, "action": "test" }`
- **[2]** Get achievements: **[GET]** `localhost:8081/achievements/get` -> **[RESPONSE]** `["achievement1", "achievement2"]`
### Technologies
* Language: **Java, SQL**
* Technologies: **Javalin, Kafka, Liquibase**
* Database: **PostgreSQL**
* Deploy: **Docker**
## Installing
### Clone the project
```shell
git clone https://github.com/l1ve4code/achievement-activity.git
```
### Project startup _(using Docker)_
Just run this command and project will be built and launched automatically
```shell
docker compose up -d
```
Good luck ✨
## Author
* Telegram: **[@live4code](https://t.me/live4code)**
* Email: **steven.marelly@gmail.com**