
I'm building a notes storage app (kind of like Google Classroom) for my college, where students can view notes, teachers can upload them, and there's an admin panel to manage everything. The frontend is in Next.js, but I’m still deciding on the backend.
I need something with free storage (since my college doesn’t wanna spend money) and supports user authentication & file management. I was thinking of Appwrite but using it locally from a college pc as a server and storing the data (notes files in this case) there. I DON'T KNOW HOW TO USE IT THO OR HOW IT'LL WORK.
I can't afford any paid plans T_T
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
