An open API service indexing awesome lists of open source software.

https://github.com/dxavx/go_redis

bound micro service project ( Golang + PostgreSQL + docker-compose )
https://github.com/dxavx/go_redis

docker-compose golang redis

Last synced: 3 months ago
JSON representation

bound micro service project ( Golang + PostgreSQL + docker-compose )

Awesome Lists containing this project

README

          

![Docker Compose Actions Workflow](https://github.com/dxavx/go_redis/workflows/Docker%20Compose%20Actions%20Workflow/badge.svg?branch=master)

## Go + Redis + Docker

The project that joins NoSQL Redis and Go, for connecting to database. The Project is packaged in Docker and consists of two services: redis and the api .The Go code connects to the database, creates and reads a fixed structure.

Build: `bash ./build.sh`

Purge: `bash ./purge.sh`

Test: `curl "http://localhost:8080/v1/url.insert"`

***