https://github.com/ngdangkietswe/swe-task-service
Java | Spring Boot | gRPC | Docker | Github Actions
https://github.com/ngdangkietswe/swe-task-service
docker github-actions grpc java spring-boot
Last synced: about 2 months ago
JSON representation
Java | Spring Boot | gRPC | Docker | Github Actions
- Host: GitHub
- URL: https://github.com/ngdangkietswe/swe-task-service
- Owner: ngdangkietswe
- Created: 2024-11-21T03:42:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T03:04:09.000Z (over 1 year ago)
- Last Synced: 2025-04-19T21:45:11.980Z (12 months ago)
- Topics: docker, github-actions, grpc, java, spring-boot
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SWE-TASK-SERVICE
This is a simple task service that allows users to create, read, update and delete tasks. The service is built using the
Java Spring Boot framework and gRPC for communication between the client and the server, Kafka for event streaming and
PostgreSQL for the database,
and Docker for containerization, and Github Actions for CI/CD.
## Tech stack
- [x] [Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
- [x] [Spring Boot](https://spring.io/projects/spring-boot)
- [x] [gRPC](https://grpc.io/)
- [x] [PostgreSQL](https://www.postgresql.org/)
- [x] [Kafka](https://kafka.apache.org/)
- [x] [Docker](https://www.docker.com/)
- [x] [Github Actions](https://docs.github.com/en/actions)