tohuwabohu-io / librefit

OpenSource calorie tracker using kotlin, quarkus, postgresql, SvelteKit and OpenAPI 3
https://libre.fit/
GNU General Public License v3.0
1 stars 0 forks source link

serve SvelteKit app on quarkus w/ quinoa #83

Closed tohuwabohu-io closed 1 month ago

tohuwabohu-io commented 2 months ago

Is your feature request related to a problem? Please describe. Currently I build and deploy two different packages resulting in four machines total running on fly. This has several implications. When suspended

Also from a cost perspective, I run and maintain not one but two services and the setup is overkill for such a small application.

Describe the solution you'd like Add the quarkus quinoa plugin: https://docs.quarkiverse.io/quarkus-quinoa/dev/index.html

tohuwabohu-io commented 1 month ago

I had to refactor librefit-web back into a SPA to make it work. On the positive side, the code is much easier to understand now.