https://github.com/riii111/markdownblog
MarkDown + Writer(たまに作成中)
https://github.com/riii111/markdownblog
gin golang nuxt3 postgresql traefik vue3
Last synced: 10 months ago
JSON representation
MarkDown + Writer(たまに作成中)
- Host: GitHub
- URL: https://github.com/riii111/markdownblog
- Owner: riii111
- Created: 2025-01-15T02:42:03.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-04-14T00:53:05.000Z (about 1 year ago)
- Last Synced: 2025-04-14T01:32:24.286Z (about 1 year ago)
- Topics: gin, golang, nuxt3, postgresql, traefik, vue3
- Language: Go
- Homepage:
- Size: 1.48 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MarkdownBlog
MarkDown + Writer。
技術検証用のブログプラットフォーム。
## アプリケーション構成
[](https://nuxt.com/)
[](https://vuejs.org/)
[](https://ui.nuxt.com/)
[](https://www.typescriptlang.org/)
[](https://go.dev/)
[](https://gin-gonic.com/)
[](https://www.postgresql.org/)
[](https://www.docker.com/)
[](https://traefik.io/)
- フロントエンド: Nuxt 3 + Nuxt UI
- バックエンド: Gin(Golang)
- データベース: PostgreSQL
- プロキシ: Traefik
## ビルド〜起動まで
`make build`
`make up` ←apiコンテナのビルド完了待つ
`cd frontend`
`pnpm install`
`pnpm build`
`pnpm start`
## アクセス先
※あとで更新する↓
---
1.
バックエンド(APIドキュメント)
2.
Traefikのダッシュボード
---