repository
0.0.0-20241126153609-174de0b68afd
Repository: https://github.com/astemirdum/logs.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# README
REST LogApp на Go
API:
- write log
- read log
- read logs
The following concepts are applied in app:
- The Clean Architecture
- Nginx (as load-balancer of 2 app-instance)
- Postgres Replication - logical: replication factor=3
- Graceful Shutdown
- Running app in docker containers
run app
make run
stop app
make stop
to make requests
cd calls