Mostly create with help of Cloude 3.7 Sonnet
- express server to run Apollo GraphQL
- jwt token for authentication
- graphql-shield for authorization
- Postgres with typeorm (I personally don't like ORM, but AI does)
docker compose up -d
NOTE: Would be nice to set everything up with hot reload... maybe later.