{"id":31028376,"url":"https://github.com/maruf-pfc/readify","last_synced_at":"2025-09-13T20:35:57.067Z","repository":{"id":311221025,"uuid":"1042903636","full_name":"maruf-pfc/readify","owner":"maruf-pfc","description":"Readify is a full-stack bookstore application built with Next.js, Express, PostgreSQL, and TypeScript. It features secure, role-based authentication for browsing, purchasing, and managing books.","archived":false,"fork":false,"pushed_at":"2025-08-24T20:43:40.000Z","size":415,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T23:24:41.617Z","etag":null,"topics":["bookstore","bookstore-api","rest-api"],"latest_commit_sha":null,"homepage":"https://readify-bookshop.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maruf-pfc.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-08-22T19:16:18.000Z","updated_at":"2025-08-24T20:43:43.000Z","dependencies_parsed_at":"2025-08-24T23:24:43.752Z","dependency_job_id":null,"html_url":"https://github.com/maruf-pfc/readify","commit_stats":null,"previous_names":["maruf-pfc/bookstore-api","maruf-pfc/readify"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/maruf-pfc/readify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Freadify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Freadify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Freadify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Freadify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maruf-pfc","download_url":"https://codeload.github.com/maruf-pfc/readify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Freadify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275022932,"owners_count":25392208,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bookstore","bookstore-api","rest-api"],"created_at":"2025-09-13T20:35:53.504Z","updated_at":"2025-09-13T20:35:57.030Z","avatar_url":"https://github.com/maruf-pfc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 Readify – Full-Stack Bookstore Application\n\nReadify is a modern full-stack Bookstore application designed to provide a seamless experience for readers and administrators.  \nBuilt with **Express.js, TypeScript, PostgreSQL** on the backend and **Next.js, TailwindCSS, ShadCN** on the frontend.\n\n## ✨ Features\n\n### 🔹 Backend (API)\n\n- User authentication with JWT \u0026 refresh tokens\n- Role-based access control (RBAC) – Admin, User\n- CRUD operations for books, categories, and users\n- Order \u0026 cart management\n- Input validation with **Zod**\n- PostgreSQL database\n- Auto-generated API docs with **Swagger**\n\n### 🔹 Frontend (Client)\n\n- Built with **Next.js 15 \u0026 TypeScript**\n- Modern UI with **TailwindCSS \u0026 ShadCN**\n- Authentication \u0026 protected routes\n- Browse, search, and filter books\n- Shopping cart \u0026 checkout system\n- Admin dashboard for managing users, books, and orders\n- Responsive, SEO-friendly design\n\n## 🛠 Tech Stack\n\n**Backend**\n\n- Node.js, Express.js, TypeScript\n- PostgreSQL\n- Zod for validation\n- JWT for auth\n- Swagger for API docs\n\n**Frontend**\n\n- Next.js 15, React, TypeScript\n- TailwindCSS, ShadCN, Framer Motion\n- Axios for API calls\n- React Query / TanStack Query for data fetching\n\n## 📂 Project Structure\n\n```txt\nreadify/\n│── server/ # Backend (Express + TS + PostgreSQL + Drizzle)\n│ ├── src/\n│ └── ...\n│\n│── client/ # Frontend (Next.js + TailwindCSS + TS + ShadCN)\n│ ├── app/\n│ ├── components/\n│ └── ...\n│── LICENSE\n│── README.md # Project documentation\n\n```\n\n## 🚀 Getting Started\n\n### 1. Clone the repo\n\n```bash\ngit clone https://github.com/maruf-pfc/readify.git\ncd readify\n```\n\n### 2. Setup Backend\n\n```bash\ncd server\ncp .env.example .env\nbun install\nbun run dev\n```\n\n- Visit Swagger API docs → [http://localhost:5555/docs](http://localhost:5555/docs)\n\n### 3. Setup Frontend\n\n```bash\ncd ../client\ncp .env.example .env\npnpm install\npnpm run dev\n```\n\n- Visit frontend → [http://localhost:3000](http://localhost:3000)\n\n## 📸 Screenshots (TODO)\n\n- Home page (Upcoming)\n- Book details (Upcoming)\n- Admin dashboard (Upcoming)\n\n## 🛡️ Security\n\n- Hashed passwords with bcrypt\n- JWT-based authentication\n- Role-based access control\n\n## 🤝 Contributing\n\nPull requests are welcome! For major changes, open an issue first to discuss what you’d like to improve.\n\n## 📜 License\n\nThis project is licensed under the Apache License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaruf-pfc%2Freadify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaruf-pfc%2Freadify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaruf-pfc%2Freadify/lists"}