Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 284 Bytes

Overview

Simple http server built with Deno, Hono, Drizzle ORM & Postgres

Script

# Create postgres docker
docker run --name deno-postgres -e POSTGRES_USER=postgres123 -e POSTGRES_PASSWORD=postgres123 -e POSTGRES_DB=deno_db -p 5432:5432 -d postgres:15.4-alpine3.18