Skip to content

Selahattinn/go-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Redis example

For The General Project

Implementation of key-value storage app. In this project, only strings are used as data types.

├─ bin           //The folder where the binary files was created
├─ cmd           //The code that started it all
├─ config.yml    //Config file for backend
├─ go.mod        //3rd party libraries
├─ go.sum        //Sums and versions of 3rd party libraries
├─ makefile      //MakeFile for build,test and version control 
└─ pkg
   ├─ api                    //Api Layer for project
   ├─ model                  //Models for every type of object
   ├─ repository             //DB Layer
   │  ├─ key
   ├─ server                 //Server Layer for all aplication.
   ├─ service                //Service Layer
   │  ├─ key
   └─ version                //Version control&save for git

⚡️ Quick start

First of all, download and install Go. :)

Pre-Req

Docker

For build

make build

For Test

make test

For Dockerize and run

make dockerize

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published