source-academy / stories-backend

Backend of Source Academy extension for Stories support.
0 stars 0 forks source link

Setup database connections #5

Closed RichDom2185 closed 1 year ago

RichDom2185 commented 1 year ago

Sets up basic database connections in the app. Database initialisation, migrations, and table creation must still be done manually for now while we await future PRs (#19).

Supersedes #3 that was prematurely merged.