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
- GIthub Student dev pack
I have github student developer pack on this account (anand0207sharma@gmail.com) and i tried claiming Appwrite's studentdeveloper pack but its not happening. I ...
- I lost my account, only thing i have is ...
So i had this project on appwrite for my web project called Islami zindagi, but i havent used it in a while, now i tried to login, but i could not remember the ...
- [Bug?] row_already_exists (409) after ma...
Hi, I'm experiencing a confusing issue with Appwrite Cloud Setup: A `tournaments` table with a composite UNIQUE index on (tournament_name, date). Steps to rep...