Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 623 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 623 Bytes

Golang HTTP API Server with Redis


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.


Used Technologies

  • Golang for backend service.

  • Redis for data service.

  • Docker for container technologies.


For Using

  • Install Docker what you use operating system.
  • Go to the location where you uploaded the project
  • Run "docker-compose up"