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
- Unable to query createdAt
Hello, I tried with different collections. I can't use Query.select with "createdAt". It works fine with other fields. I can select "$createdAt", but not my cus...
- Chat GPT integration with react native
Hi, i would like to use the chat gpt integration in a project to act as a one time, specific, web scraper. The aim is to, (1.) insert a prompt using the funct...
- Environment Variables Not Passing Throug...
I'm working on a custom function in Appwrite, but I'm facing an issue where some environment variables are not passing through correctly. This occurs whether I...