Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Pavlovskiy committed Aug 21, 2023
1 parent fd3d9e1 commit ca43041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/backend/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ I decided to go the most straightforward way: to put all the encapsulated logic

## Stack & ideas

It's Spring 3.0.2 and Hibernate. Users are authenticated by provided JWT. The auth provider is the Keycloak server. The session is stateless. The app is built with the idea of distributed apps in mind. So each app's replica is replaceable and can handle requests in parallel with other ones. The 12-factor app idea was considered at the time of the creation of this application.
It's Spring 3.1.2 and Hibernate. Users are authenticated by provided JWT. The auth provider is the Keycloak server. The session is stateless. The app is built with the idea of distributed apps in mind. So each app's replica is replaceable and can handle requests in parallel with other ones. The 12-factor app idea was considered at the time of the creation of this application.

The project is divided into 4 layers: Entrypoint, Application, Domain and Infrastructure.

Expand Down
2 changes: 1 addition & 1 deletion apps/backend/tg-notifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

It is a small sidekick project with the only goal to send notifications to the Telegram channel of mine. It receives messages over the AMQP bus and performs the notification. API application produces messages on an occasion of event (for instance, when a new car reservation is made).

Spring Boot 3.0.2.
Spring Boot 3.1.2.

0 comments on commit ca43041

Please sign in to comment.