- Next.js - A powerful React framework for web applications.
- Drizzle ORM - A modern TypeScript ORM for SQL databases.
- Amazon Postgres RDS - A managed PostgreSQL database service.
- Auth.js - A simple authentication library.
Install dependencies:
bun installLogin to AWS:
bun ssoSetup secrets:
bun run sst set GoogleClientId <id>
bun run sst set GoogleClientSecret <secret>Create and setup AWS:
bun devMigrate the database:
cd packages/frontend
bun db:generate
bun db:migrateDeploy:
cd ../..
bun run deployFor more information, please refer to the docs.