CSSS / csss-site-backend

CSSS Website Backend (2024 - Present)
2 stars 0 forks source link

Enable easy local database setup #7

Closed EarthenSky closed 1 month ago

EarthenSky commented 2 months ago

There are two options:

  1. Run databases in a docker container
  2. Configure the database name using an environment variable

(1) would be enable developers to run the backend locally without needing to have the "main" database setup on their device, or have to go through the install process for postgres (2) would require developers to install a specific version of postgres locally, but would likely be quicker