Skip to content

fifsky/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Blog

Status codecov

https://fifsky.com/

Feature

  • Without ORM, without framework, using native net/http and database/sql
  • Based on buf protovalidate validation
  • Generate an http.Handler based on protobuf and googleapis
  • Generate an OpenAPI description
  • Use slog to record request logs

Development

Web

  • Node.js: >= 20 (see .nvmrc)
  • Package manager: pnpm (see web/package.json)
cd web
pnpm install
pnpm dev