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]"
- Host: GitHub
- URL: https://github.com/reven-erlangga/go-backend-master-class
- Owner: reven-erlangga
- Created: 2023-02-24T15:21:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T16:55:19.000Z (over 3 years ago)
- Last Synced: 2025-04-20T14:13:51.328Z (about 1 year ago)
- Topics: clean-architecture, golang, postgresql, redis
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)