Skip to content

riii111/MarkdownBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkdownBlog

MarkDown + Writer。 技術検証用のブログプラットフォーム。

アプリケーション構成

Nuxt 3 Vue.js Nuxt UI TypeScript Go Gin PostgreSQL Docker Traefik

  • フロントエンド: Nuxt 3 + Nuxt UI
  • バックエンド: Gin(Golang)
  • データベース: PostgreSQL
  • プロキシ: Traefik

ビルド〜起動まで

make build

make up ←apiコンテナのビルド完了待つ

cd frontend

pnpm install

pnpm build

pnpm start

アクセス先

※あとで更新する↓


  1. http://localhost:8088/swagger/index.html バックエンド(APIドキュメント)
  2. http://traefik.localhost/ Traefikのダッシュボード