tnc-ca-geo / animl-api

Backend for https://animl.camera
4 stars 0 forks source link

TypeScript: 2. Convert project glue code #189

Closed alukach closed 3 weeks ago

alukach commented 1 month ago

What I'm changing

This PR converts the simplest files within our application to TS.

How I did it

How you can test it

Deploying to staging and verifying that the application functions on the most basic level may be generally sufficient. Almost no logic code has changed.


Relates to #187

[!NOTE] This PR builds off of the work done in #188. As such, #188 should be merged before this PR and this PR's target should be update to main before merging.