module
0.0.0-20220821133949-c38f9637bee0
Repository: https://github.com/aglide100/dak-blog.git
Documentation: pkg.go.dev
# README
dak-blog
This repo is make simple web blog
1. purpose
made own blog with typescript and golang
2. How to run?
Using docker
docker-compose build
docker-compose up -d
OR
just command
running webapp
Move the ui directory and
cd ui/
run storybook on your local
npm run storybook
run next js on your local
npm run dev
run npm build
npm run build
running api server
go run
go run cmd/**/*.go
3. Project Diagram
wip
github => github action CI/CD => dockerized app => deploy server
4. Dependency
This project used
Github CI/CD
CSS
SSR framework
Script language
API Server
Golang validator
Golang godotenv
gRPC-web
UI develop testing tool
LoadBalance
Database
Container
5. preview
storybook
vercel app