- 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 install
Login to AWS:
bun sso
Setup secrets:
bun run sst set GoogleClientId <id>
bun run sst set GoogleClientSecret <secret>
Create and setup AWS:
bun dev
Migrate the database:
cd packages/frontend
bun db:generate
bun db:migrate
Deploy:
cd ../..
bun run deploy
For more information, please refer to the docs.