Store It is a full-stack cloud storage web application that allows users to upload, manage, and access their files securely. It leverages MongoDB for database management, Supabase for file storage (bucket), and a modern tech stack including Node.js, Express.js, React, Tailwind CSS, and Shadow UI components.
- Upload files to cloud storage (Supabase bucket).
- Store file metadata in MongoDB.
- Retrieve and display uploaded files.
- Delete and update files.
- Clean and responsive frontend with Tailwind CSS and Shadow UI.
- Full authentication (coming soon).
- Easy API integration for frontend and backend.
Backend:
- Node.js
- Express.js
- MongoDB (Mongoose)
- Supabase (Storage bucket)
Frontend:
- React.js
- JavaScript
- Tailwind CSS
- Shadow UI
Future Features:
- Full authentication (JWT / OAuth / Supabase Auth)
- Private vs public file access
- User-specific file management