-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eecdbc9
commit c2affd9
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,7 @@ The code is implemented in Go, using the following stack: | |
- [Echo](https://echo.labstack.com/) as the web framework for HTTP routing | ||
- [jwt-go](https://pkg.go.dev/github.com/golang-jwt/[email protected]+incompatible) for providing Bearer authentication tokens | ||
- [testify](https://pkg.go.dev/github.com/stretchr/testify) and [Testcontainers](https://golang.testcontainers.org/) for testing | ||
- [autocert](https://pkg.go.dev/golang.org/x/crypto/acme/[email protected]) for automatic access to the [Let's Encrypt](https://letsencrypt.org/) TLS certificates | ||
- [Docker](https://www.docker.com/) for deployment | ||
- [Yandex Cloud](https://cloud.yandex.com/en/) for hosting | ||
|
||
|