{"id":25602748,"url":"https://github.com/justarale/sewdb","last_synced_at":"2026-04-05T22:37:16.742Z","repository":{"id":278554333,"uuid":"935870601","full_name":"justArale/SewDB","owner":"justArale","description":"A simple pattern database to store and organize my sewing patterns. Built with HONC-Stack and React, it allows friends to log in, browse my collection, and like their favorite patterns. Users can filter by size, category, and more","archived":false,"fork":false,"pushed_at":"2025-05-21T08:21:02.000Z","size":1450,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T09:41:21.937Z","etag":null,"topics":["cloudflare-workers","cloudinary","cookie-session","drizzle-orm","email-routing","honc","hono","neon-postgres","neondb","react","react-context","react-hooks","react-router","resend-email-api","sass","typescript"],"latest_commit_sha":null,"homepage":"https://sewdb.arale.space","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justArale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-20T06:40:01.000Z","updated_at":"2025-05-19T15:14:55.000Z","dependencies_parsed_at":"2025-03-06T17:23:20.669Z","dependency_job_id":"995b5b00-425b-45c7-862f-1efd33791b51","html_url":"https://github.com/justArale/SewDB","commit_stats":null,"previous_names":["justarale/sewdb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/justArale/SewDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justArale%2FSewDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justArale%2FSewDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justArale%2FSewDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justArale%2FSewDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justArale","download_url":"https://codeload.github.com/justArale/SewDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justArale%2FSewDB/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264614664,"owners_count":23637631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudflare-workers","cloudinary","cookie-session","drizzle-orm","email-routing","honc","hono","neon-postgres","neondb","react","react-context","react-hooks","react-router","resend-email-api","sass","typescript"],"created_at":"2025-02-21T17:23:53.316Z","updated_at":"2026-04-05T22:37:16.226Z","avatar_url":"https://github.com/justArale.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧵 SewDB – React/HONC Fullstack App\n\n## Description\n\nSewDB is a private, full-stack web application for managing and browsing sewing patterns. It was developed as a personal project to explore the HONC stack — a modern, serverless architecture combining Hono, Neon, and Drizzle — which I first encountered during a hackathon.\n\nThe platform allows authenticated users to view, search, and manage sewing patterns. Features include protected routes, user authentication (secure HTTP-only cookies), role-based access control, and a responsive image carousel. The application is built with TypeScript on both the frontend (React + Vite) and backend, and integrates services like Cloudinary for image handling.\n\nSewDB serves as both a practical tool for organizing creative work and a demonstration of modern full-stack development practices using lightweight, scalable technologies.\n\n## 📚 Table of Contents\n\n- [Features](#features)\n- [Dependencies](#dependencies)\n- [Planned Features](#planned-features)\n- [License](#license)\n\n## 🚀 Features\n\n- **🔒 Protected Routes** – Authenticated access required to view patterns.\n- **👤 User Authentication** – Signup, login, logout with secure, HTTP-only cookies.\n- **🛡️ Role-Based Access Control** – Admins can create, update, and delete entries.\n- **🧵 Pattern Catalog** – Users can browse, search, and like/unlike sewing patterns.\n- **🖼️ Pattern Details View** – Carousel with detailed pattern information.\n- **🍪 Secure Session Handling** – JWT-based authentication via server-side middleware.\n- **📩 Email Verification** – Users must confirm their email after signup.\n- **☁️ Cloudinary Integration** – Image uploads and transformations handled via Cloudinary.\n- **📜 Infinite Scroll** – Patterns load automatically as the user scrolls down, improving performance and user experience.\n\n## 🛠️ Dependencies\n\n#### Frontend\n\n- **React**: TypeScript library for building user interfaces\n- **React Router**: Library for handling routing in React applications\n- **Axios**: Promise-based HTTP client for making restfull API requests\n- **Icon Library**: For reusable custom vector-based UI icons from a library I developed\n- **SASS**: CSS preprocessor for modular styling\n- **Resend**: Email API used for sending verification emails\n\n#### Backend\n\n🪿 HONC - The backend of this project is created with the `create-honc-app` template and TypeScript and deployed with Cloudflare Workers.\n\nLearn more about the HONC stack on the [website](https://honc.dev) or the main [repo](https://github.com/fiberplane/create-honc-app).\n\n## 🪡 Planned Features\n\n- **Advanced Filtering** – Users will be able to filter patterns by category, sizes, and intended-for attributes using query parameters.\n- **User Profile Management** – Users will be able to update their account details (email, password) from a dedicated profile page.\n\n## 📄 License\n\nThis project is licensed under the [MIT License](https://github.com/justArale/SewDB/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustarale%2Fsewdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustarale%2Fsewdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustarale%2Fsewdb/lists"}