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

https://github.com/reven-erlangga/go-backend-master-class

This project part of class in udemy "Backend Master Class [Golang + Postgres + Kubernetes + gRPC]"
https://github.com/reven-erlangga/go-backend-master-class

clean-architecture golang postgresql redis

Last synced: 5 months ago
JSON representation

This project part of class in udemy "Backend Master Class [Golang + Postgres + Kubernetes + gRPC]"

Awesome Lists containing this project

README

          

# Golang Backend Master Class

## About

This project part of class in udemy "Backend Master Class [Golang + Postgres + Kubernetes + gRPC]"

## Pre requirement

- ### Language

- [Go](https://go.dev/)

- ### Framework

- [Go Fiber](https://gofiber.io/)

- ### Database

- [Postgresql](https://www.postgresql.org/)
- [Redis](https://redis.io/)

- ### Library / Package

- [Golang Migrate](https://github.com/golang-migrate/migrate)
- [SQLC](https://github.com/kyleconroy/sqlc)

- ### Tools

- [Kubernetas](https://kubernetes.io/id/)
- [Docker](https://www.docker.com/)
- [DB Diagram](https://dbdiagram.io/)

- ### Configuration

## Installation

```
function test() {
console.log("notice the blank line before this function?");
}
```

You must be install some

## Development

## Test

## Production

## Clean Code

- ### Clean Architecture
- ### Clean Code

## Documentation

- ### Program Documentation
- ### Postman Documentation

## Reference

## Thanks To

- ### [TechSchool (Udemy)](https://www.udemy.com/user/tech-school/)