Skip to content

Commit bf5a882

Browse files
docs: update Angular 19→21 and Go 1.23→1.24 in README
1 parent fead0b8 commit bf5a882

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ This repository contains a complete job application tracker built with multiple
8888
### 7. Angular + Go Gin + pgx/sqlc
8989
**Directories**: `angular-ui/` + `go-api/`
9090
**Stack**:
91-
- Frontend: Angular 19 + standalone components + Angular Signals + Tailwind CSS 4.x — port 3060
92-
- Backend: Go 1.23 + Gin framework + pgx v5 + sqlc for type-safe SQL — port 5070
91+
- Frontend: Angular 21 + standalone components + Angular Signals + Tailwind CSS 4.x — port 3060
92+
- Backend: Go 1.24 + Gin framework + pgx v5 + sqlc for type-safe SQL — port 5070
9393
- Database: PostgreSQL via `go_gin` schema (raw SQL, no ORM)
9494
- Angular Signals for reactive state, CanDeactivate guard for unsaved changes
9595
- Snapshot-based history with field diffs and restore
@@ -151,7 +151,7 @@ Regenerate with `npm run docs:types`.
151151
├── vue-ui/ # Vue + Vite UI
152152
├── tanstack-ui/ # React + TanStack Query/Router UI
153153
├── tanstack-start-ui/ # React SSR + TanStack Start UI
154-
├── angular-ui/ # Angular 19 UI
154+
├── angular-ui/ # Angular 21 UI
155155
├── nest-api/ # NestJS + Fastify API
156156
├── nuxt-api/ # Nuxt server API
157157
├── fastapi/ # Python FastAPI API
@@ -169,7 +169,7 @@ Regenerate with `npm run docs:types`.
169169

170170
- Node.js (v18+)
171171
- Python 3.12+ and [uv](https://docs.astral.sh/uv/) (for the FastAPI implementation)
172-
- Go 1.23+ (for the Go Gin API implementation)
172+
- Go 1.24+ (for the Go Gin API implementation)
173173
- Docker and Docker Compose (for PostgreSQL)
174174
- [tbls](https://github.com/k1LoW/tbls) (optional, for regenerating schema docs): `brew install tbls`
175175

0 commit comments

Comments
 (0)