Skip to content

Zhou-London/anoweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

226 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zhouzhouzhang.co.uk

My web.

Install

Build Go application.

$ cd <root-dir>
$ go build -o <wherever> ./src

Build React application.

$ cd static/anoweb-front
$ npm run build

Deliver to a web server (Caddy am I using). Use whatever editor you wish.

$ vim /etc/caddy/Caddyfile

Configure systemd

% vim /etc/systemd/system/myserver.service

API Docs

Swagger UI is served at /swagger/index.html (direct to the Go app) and /api/swagger/index.html (behind Caddy, since only /api* is reverse-proxied).

Regenerate docs after API changes:

$ go install github.com/swaggo/swag/cmd/swag@v1.16.6
$ swag init -g src/main.go -d ./src -o ./docs

AI Coding

Use codex-cli, claude code and Manus. My favourite models by far:

  • GPT 5.2 Medium
  • Sonnet 4.5
  • Manus 1.6 Pro

About

My personal website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •