Haskell application (soon-to-be) deployed on Google CloudRun to serve this website. Toy project to try and learn some Haskell / FP.
- Set up GitHub workflows for CI to run tests on push.
- Set up GitHub workflows for CI to push to container registry on merge to master.
- Deploy successfully to Cloud Run (steps here).
- Have frontend application
GET
from backend in Cloud Run. - Call external API and do something with return value.
- [ ]