Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 151 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 151 Bytes

Book Club App Backend

Server side of book club app.

Development

  • yarn tsc -w
  • DATABASE_URL="postgres://localhost:5432/database" yarn dev