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
- after using the coding agents its code b...
can anybody suggest me an ai tool that i can use to create the system desgins without the suggestion things because it at last create a mess
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...