replicate / zoo

🦓 Zoo — Image Playground
https://zoo.replicate.dev
Apache License 2.0
321 stars 108 forks source link

Make the database optional for dev #19

Closed zeke closed 1 year ago

zeke commented 1 year ago

It's currently not possible to run this app in development without first setting up a PostgreSQL database, or acquiring credentials to an existing one.

Let's update this app to still function (albeit in some impaired state) without a database. This'll make it easier for open-source contributors to get involved without too much ceremony.

@replicate/devrel