Check Picks's monorepo
Project name | overview | skill |
---|---|---|
web/client | Web frontend application | Typescript, Next.js |
web/admin | Control panel | Typescript, Next.js |
Project name | overview | skill |
---|---|---|
mobile/rn-client | Mobile application | Typescript, ReactNative, Expo |
Project name | overview | skill |
---|---|---|
bff/apollo-gateway | Bff gateway | Typescript, NestJS, Apollo Server |
Project name | overview | skill |
---|---|---|
content-service | Content service | go |
bookmark-service | Bookmark service | go |
my-feed-service | My feed service | go |
favorite-service | Favorite service | go |
user-service | User service | go |
batch-service | Service related to batch processing | go |
Project name | overview |
---|---|
supabase | SQL file for migration and configuration file for local DB environment |
- install supabase-cli into mac
brew install supabase/tap/supabase
- local supabase start
make supabase-start
- local supabase stop
make supabase-stop
- install sqlboiler & sqlboiler-psql into mac
go install github.com/volatiletech/sqlboiler/v4@latest
go install github.com/volatiletech/sqlboiler/v4/drivers/sqlboiler-psql@latest
- install golangci-lint into mac
brew install golangci-lint
- install protoc-gen-go into mac
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest