Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 926 Bytes

README.md

File metadata and controls

54 lines (37 loc) · 926 Bytes

SST + Drizzle + Auth Starter

Features

  • 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.

Quick start

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.