Skip to content

emrbli/golang-rest-api-with-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published