Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 524 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 524 Bytes

Astro is an all-in-one web framework for building fast, content-focused websites. SSR support with the Node.js adapter is preconfigured.

PostgreSQL

You can optionally add a PostgreSQL DB to your project.

Connect via CLI:

psql "postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST:$POSTGRES_PORT/$POSTGRES_DB"