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
- appwrite auth problem regarding the sess...
Hi, I have problem with auth. When I try to login/signup using OTP, at the end session.secret is empty, i have searched online and in the docs but i cannot find...
- dart appwrite 16.2.0 throws errors
Hi there, I just updated to 1.7.4 and also wanted to update the dart appwrite sdk to fit the appwrite version I am using now. So I updated to 16.2.0 and get th...
- Server error on multiple requests
Hi there, I've updated from 1.5.7 to 1.7.4. I am using meilisearch for indexing and have therefore a dart script which syncs the appwrite data to meilisearch in...