This documentation specifies the tools used in go-server and redis how to use it. For the backend, an API server was created with Golang and connected to port 8082. Data service was provided with Redis and port 6379 was used as the current port. The entire application was dockerized.
-
Golang for backend service.
-
Redis for data service.
-
Docker for container technologies.
- Install Docker what you use operating system.
- Go to the location where you uploaded the project
- Run "docker-compose up"