Skip to content

Anxcye/ancy-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ancy-blog (Rewrite)

A clean rewrite of the blog platform with:

  • Backend: Go + Gin + PostgreSQL + Redis
  • Frontend: Vue 3 (admin + public site)

Current Status

  • Repository is initialized for the rewrite phase.
  • Core planning and contracts are defined under docs/.
  • Backend skeleton is available in backend/.

Project Structure

  • backend/: Go API service.
  • frontend-admin/: Vue 3 admin app (to be scaffolded).
  • frontend-blog/: Vue 3 public app (to be scaffolded).
  • docs/: product rules, data model, API contracts, progress logs.
  • AGENTS.md: contributor and AI-collaboration rules.

Quick Start (Backend)

cd backend
go mod tidy
go run ./cmd/server

Health check:

curl http://127.0.0.1:8080/healthz

Core Docs

  • docs/PRODUCT_RULES.md
  • docs/DATA_MODEL.md
  • docs/API_CONTRACT.md
  • docs/PROGRESS.md
  • docs/SESSION_LOG.md

Collaboration Rules

  • Follow AGENTS.md.
  • Keep code comments in English.
  • Add a top-of-file header comment for each source file:
    • file purpose
    • module/layer position
    • related modules

About

SpringBoot3 和 Vue3 的个人网站。使用Docker一键部署。

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors