Skip to content

Commit

Permalink
bugfix: Create organization and user feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cho4036 committed Mar 23, 2023
2 parents 1a6b218 + 1765846 commit 1b3c189
Show file tree
Hide file tree
Showing 39 changed files with 2,037 additions and 651 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
web
main
output
vendor
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
### Run

```
$ go run cmd/server/server.go
$ go build -o server cmd/server/main.go
$ ./server
```

### Generate swagger files
Expand All @@ -12,6 +13,13 @@ $ go run cmd/server/server.go
$ make docs
```

### Dev run

```
# swagger build & build & run
$ make dev_run
```

### Configuration kubernetes config

kubernetes client 설정은 2가지 방식이 가능하다.
Expand Down
Loading

0 comments on commit 1b3c189

Please sign in to comment.