Hey guys, I'm a little bit new to Appwrite and the concept of backend.
Basically, I have a project formatted like this:
frontend/ (My Astrojs project)
backend/ (My Golang backend to call methods from Appwrite)
How to Create a Web App with Astrojs Frontend, Golang API, and Appwrite Backend?
Basically, I wanna have my Astrojs frontend make requests to my Golang API, and my Golang API would then interact with and call methods from Appwrite. How would this work?
The point of using Appwrite is that you don't need to have a backend. So you can just have your Astro front end talk to Appwrite.
If you really want to put a golang server in between, go for it. Just follow the SSR docs
Recommended threads
- š Appwrite Schema & Migration Managemen...
How can we quickly design a database schema and then push it to Appwrite? I'm looking for a workflow that makes it easy to draw or define database structures, ...
- API Key Generation Error
When i try to create an API key with duration (Forever), a popup shows: Invalid `expire` param: Value must be valid date between 0000-01-01 00:00:00 and 9999-12...
- Bug Report: type generation for enum of ...
### š Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...