Skip to content

engineerit2014/kit-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kit

Set of common packages used by all or most projects in my repositories.

Table of Contents

Implementation examples

Postgresql

See the examples already implemented in the folder /postgresql.

Redis

See the examples already implemented in the folder /redis.

Testing

To run the tests simply execute the following command:

make test

This will stop any containers defined by the compose file for tests if already running and then rebuild the containers using the compose file.

To down the containers simply execute the following command:

make test-down

lairon14@gmail.com
-- Lairon

About

Set of common packages used by all or most projects in my repositories: Postgresql DB, Postgresql Migrations, Error Handling Middleware and Redis DB.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published