CSSS / csss-site-backend

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

Add tests and support for docker databases #10

Closed EarthenSky closed 1 month ago

EarthenSky commented 1 month ago

Close #9 and Close #7

Add support for serving basic html pages from the backend for development & testing purposes. Added a page which implements the authentication api how it's meant to be used.

Add support for connecting to a docker database, and raise an exception if the database is offline, or the setup is wrong. See https://github.com/CSSS/csss-site-backend/wiki/Local-Setup#database-setup for instructions for how to setup the database with docker

EarthenSky commented 1 month ago

@micahdbak please take a quick look through the changes when you have a free moment!

EarthenSky commented 1 month ago

merging this so I can work on #14, but please still take a look eventually \:)