|
|
|
|
|
by SIRHAMY
1238 days ago
|
|
I've been building MVPs for the past yearish with this stack. Some of these choices are newish / smallish but it's the simplest, most enjoyable stack I've tried so far. - Frontend: SvelteKit (Dockerized) - Backend: F# / .NET running Giraffe (Dockerized) - Data: Postgres (Managed - currently GCloudSQL) - Hosting: Serverless Containers (currently GCloudRun) I built a boilerplate for this to make it easier to improve / spin up: https://cloudseed.xyz |
|