{"id":26972626,"url":"https://github.com/obomhese-raphael/forever-full-stack","last_synced_at":"2025-08-02T20:04:42.396Z","repository":{"id":285464837,"uuid":"958222853","full_name":"Obomhese-Raphael/forever-full-stack","owner":"Obomhese-Raphael","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-31T22:16:28.000Z","size":8775,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T22:28:32.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://forever-backend-khaki.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Obomhese-Raphael.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-03-31T21:02:17.000Z","updated_at":"2025-03-31T22:16:31.000Z","dependencies_parsed_at":"2025-03-31T22:38:47.367Z","dependency_job_id":null,"html_url":"https://github.com/Obomhese-Raphael/forever-full-stack","commit_stats":null,"previous_names":["obomhese-raphael/forever-full-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Obomhese-Raphael/forever-full-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Obomhese-Raphael%2Fforever-full-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Obomhese-Raphael%2Fforever-full-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Obomhese-Raphael%2Fforever-full-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Obomhese-Raphael%2Fforever-full-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Obomhese-Raphael","download_url":"https://codeload.github.com/Obomhese-Raphael/forever-full-stack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Obomhese-Raphael%2Fforever-full-stack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448175,"owners_count":24251994,"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-08-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2025-04-03T09:18:17.710Z","updated_at":"2025-08-02T20:04:42.348Z","avatar_url":"https://github.com/Obomhese-Raphael.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Forever Fashion - Modern E-Commerce Platform**  \n\nA **full-stack e-commerce application** built for selling trendy clothing for **Men, Women, and Kids**. Features include **product management, secure Stripe payments, advanced search, and an admin dashboard** for inventory control.  \n\n---\n\n## **✨ Key Features**  \n\n### **👕 Shopping Experience**  \n✔ **Multi-Category Browsing** – Men, Women, and Kids sections  \n✔ **Advanced Search \u0026 Filters** – Sort by price, size, color, and popularity  \n✔ **Shopping Cart System** – Add, remove, and adjust quantities  \n✔ **Stripe Payment Integration** – Secure checkout with credit/debit card support  \n\n### **🛠 Admin Dashboard** (`/admin`)  \n🔒 **Protected Admin Routes** – Only authorized users can access  \n📦 **Product Management** – Add, edit, or delete products  \n📊 **Order Management** – View and process customer orders  \n👤 **User Management** – Control admin access  \n\n### **🔐 Authentication**  \n🔑 **Login \u0026 Logout** – JWT-based secure authentication  \n📝 **Session Persistence** – Stay logged in across sessions  \n\n---\n\n## **🚀 Tech Stack**  \n\n| **Category**       | **Technologies Used** |  \n|-------------------|----------------------|  \n| **Frontend**      | React.js, Tailwind CSS, Context API, Axios |  \n| **Backend**       | Node.js, Express.js, MongoDB, JWT |  \n| **Payments**      | Stripe API |  \n| **Deployment**    | Vercel (Frontend, Backend), MongoDB Atlas |  \n\n---\n\n## **⚙️ Setup \u0026 Installation**  \n\n### **1. Clone the Repository**  \n```bash\ngit clone https://github.com/Obomhese-Raphael/forever-full-stack.git\ncd frontend\ncd backend\ncd admin\n```\n\n### **2. Backend Setup**  \n```bash\ncd server\nnpm install\n```\n\nCreate a `.env` file:  \n```env\nPORT=4000\nMONGO_URI=mongodb+srv://\u003cusername\u003e:\u003cpassword\u003e@cluster0.example.mongodb.net/forever_fashion?retryWrites=true\u0026w=majority\nJWT_SECRET=your_jwt_secret_here\nSTRIPE_SECRET_KEY=your_stripe_secret_key_here\n```\n\nStart the server:  \n```bash\nnpm start\n```\n\n### **3. Frontend Setup**  \n```bash\ncd frontend\nnpm install\n```\n\nCreate a `.env` file:  \n```env\nVITE_BACKEND_URL=http://localhost:4000\nVITE_STRIPE_PUBLIC_KEY=your_stripe_public_key_here\n```\n\nStart the frontend:  \n```bash\nnpm run dev\n```\n\n## **🚀 Future Improvements**  \n- [ ] **Wishlist \u0026 Favorites**  \n- [ ] **Product Reviews \u0026 Ratings**  \n- [ ] **Social Login (Google, Facebook)**  \n\n---\n\n### **🤝 Contributing**  \nPRs are welcome! Open an **issue** first for major changes.  \n\n---\n\n🙏 Acknowledgments\nThis project was developed with the help of invaluable tutorials and resources:\n\nGreatStack Youtube Tutorial by Avinash Kr\n- [NodeJs Complete Course for Beginners 2025](https://youtu.be/yGl3f0xTl_0?si=awIQmbRdqVUh6As2)\n- [ExpressJs Full Course From Beginner to Pro 2025](https://youtu.be/fBzm9zja2Y8?si=gybWUDStQDpCLMTx)\n- [Complete Mern Authentication System with ...](https://youtu.be/7BTsepZ9xp8?si=Y70bszJ-aTHvb4J6)\n- [Create Full Stack E-Commerce Website Using MERN Stack project and Stripe Authentication](https://youtu.be/7E6um7NGmeE?si=rsEJPtjSJDI3_07b)\n\n\n\n**Happy Shopping!** 👕👗👶  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobomhese-raphael%2Fforever-full-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobomhese-raphael%2Fforever-full-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobomhese-raphael%2Fforever-full-stack/lists"}