Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelfgx/java
API using Java, Spring Boot, Docker, Testcontainers, PostgreSQL, MongoDB, Kafka, LocalStack, SQS, S3, JWT, Swagger.
https://github.com/rafaelfgx/java
java java-api java-mongo java-mongodb java-spring-boot java-springboot kafka localstack postgres postgresql s3 spring spring-boot springboot sqs test-containers testcontainers
Last synced: 2 days ago
JSON representation
API using Java, Spring Boot, Docker, Testcontainers, PostgreSQL, MongoDB, Kafka, LocalStack, SQS, S3, JWT, Swagger.
- Host: GitHub
- URL: https://github.com/rafaelfgx/java
- Owner: rafaelfgx
- License: mit
- Created: 2023-06-19T21:27:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T15:57:30.000Z (22 days ago)
- Last Synced: 2024-10-25T11:31:45.501Z (21 days ago)
- Topics: java, java-api, java-mongo, java-mongodb, java-spring-boot, java-springboot, kafka, localstack, postgres, postgresql, s3, spring, spring-boot, springboot, sqs, test-containers, testcontainers
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 15
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# JAVA
![](https://github.com/rafaelfgx/Java/actions/workflows/build.yaml/badge.svg)
API using Java, Spring Boot, Docker, Testcontainers, PostgreSQL, MongoDB, Kafka, LocalStack, SQS, S3, JWT, Swagger.
## TECHNOLOGIES
* [Java](https://dev.java)
* [Spring Boot](https://spring.io/projects/spring-boot)
* [Docker](https://www.docker.com/get-started)
* [Testcontainers](https://testcontainers.com)
* [PostgreSQL](https://www.postgresql.org/)
* [MongoDB](https://www.mongodb.com/docs/manual)
* [Kafka](https://kafka.apache.org)
* [LocalStack](https://localstack.cloud)
* [AWS SQS](https://aws.amazon.com/sqs)
* [AWS S3](https://aws.amazon.com/s3)
* [JWT](https://jwt.io)
* [Swagger](https://swagger.io)## RUN
IntelliJ IDEA
#### Prerequisites
* [Docker](https://www.docker.com/get-started)
* [Java JDK](https://www.oracle.com/java/technologies/downloads)
* [IntelliJ IDEA](https://www.jetbrains.com/idea/download)#### Steps
1. Execute **docker compose up --detach --build --force-recreate --remove-orphans** in **docker** directory.
2. Open **source** directory in **IntelliJ IDEA**.
3. Select **Application.java** class.
4. Click **Run** or **Debug**.
5. Open .Docker
#### Prerequisites
* [Docker](https://www.docker.com/get-started)
#### Steps
1. Execute **docker compose up --detach --build --force-recreate --remove-orphans** in **docker** directory.
2. Open .## EXAMPLES
* **AWS:** Amazon Web Services [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/aws) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/aws)
* **Auth:** Authentication and Authorization [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/auth) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/auth)
* **Category:** Cache [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/category) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/category)
* **Game:** Mocks [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/game) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/game)
* **Group:** Groups [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/group) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/group)
* **Invoice:** PostgreSQL [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/invoice) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/invoice)
* **Location:** Flat Object to Nested Object [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/location) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/location)
* **Notification:** Kafka [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/notification) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/notification)
* **Payment:** Strategy Pattern [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/payment) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/payment)
* **Product:** MongoDB [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/product) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/product)
* **User:** Business Rules [Main](https://github.com/rafaelfgx/Java/tree/main/source/src/main/java/com/company/architecture/user) | [Tests](https://github.com/rafaelfgx/Java/tree/main/source/src/test/java/com/company/architecture/user)