An open API service indexing awesome lists of open source software.

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

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)