{"id":20109026,"url":"https://github.com/mshandev/shopnest","last_synced_at":"2026-04-04T21:31:26.964Z","repository":{"id":232023890,"uuid":"783262201","full_name":"Mshandev/Shopnest","owner":"Mshandev","description":"SHOPNEST is a stylish ecommerce website for fancy ladies' shoes, built with the MERN Stack. It offers a smooth shopping experience with features like product recommendations, voice search, and secure Stripe payments. Easy to use for both shoppers and admins.","archived":false,"fork":false,"pushed_at":"2024-07-23T14:02:50.000Z","size":4873,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T12:27:57.911Z","etag":null,"topics":["expressjs","invoice-generator","jwt-authentication","mongoose","mvc-controller","nodejs","nodemailer","passportjs","password-hashing","react","redux-toolkit","rest-api","stripe-payments","tailwindcss","voice-recognition"],"latest_commit_sha":null,"homepage":"https://shopnest-fyp.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/Mshandev.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":"2024-04-07T11:57:31.000Z","updated_at":"2025-10-21T16:40:45.000Z","dependencies_parsed_at":"2024-04-07T13:43:16.322Z","dependency_job_id":"ce2e29d1-407f-4e02-92dc-9e0ec9503e42","html_url":"https://github.com/Mshandev/Shopnest","commit_stats":null,"previous_names":["mshandev/shopnest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mshandev/Shopnest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mshandev%2FShopnest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mshandev%2FShopnest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mshandev%2FShopnest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mshandev%2FShopnest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mshandev","download_url":"https://codeload.github.com/Mshandev/Shopnest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mshandev%2FShopnest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["expressjs","invoice-generator","jwt-authentication","mongoose","mvc-controller","nodejs","nodemailer","passportjs","password-hashing","react","redux-toolkit","rest-api","stripe-payments","tailwindcss","voice-recognition"],"created_at":"2024-11-13T18:06:54.384Z","updated_at":"2026-04-04T21:31:26.924Z","avatar_url":"https://github.com/Mshandev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SHOPNEST - Ecommerce Website\n\nThis repository hosts the source code for SHOPNEST, smart ecommerce website built with the MERN Stack. It features a user-friendly shopping platform for fancy ladies' shoes..\n\n## Demo\n\n[https://shopnest-fyp.vercel.app/](https://shopnest-fyp.vercel.app/)\n\n## Features\n\n- Admin Panel\n- User Panel\n- Voice Searching Products\n- Filter and Sorting Products\n- Login/Signup\n- Invoice Emailing\n- Forgot Password using email\n- Authenticated APIs\n- Pagination\n- Add to Cart\n- Payment Gateway using Stripe\n- Product Recommendations\n- REST APIs\n- Password Hashing\n- Role-Based Identification\n- Orders Management\n- Products Management\n\n## Screenshots\n\n![Login](https://i.ibb.co/ZLKjHDn/shopnest-login.png)\n\n![Products](https://i.ibb.co/FYS1yL3/shopnest.png)\n\n![Checkout](https://i.ibb.co/4KfbPjp/shopnest-checkout.png)\n\n![Orders](https://i.ibb.co/mHdFWX2/shopnest-orders.png)\n\n## Run Locally\n\nClone the project\n\n```bash\n    git clone https://github.com/Mshandev/Shopnest\n```\nGo to the project directory\n\n```bash\n    cd SHOPNEST\n```\nInstall dependencies\n\n```bash\n    npm install\n```\nSetup Environment Vaiables\n\n```Make .env file and store environment Variables\n  PORT=8080\n  MONGODB_URL\n  ENDPOINT_SECRET\n  STRIPE_SERVER_KEY\n  JWT_SECRET_KEY\n  SESSION_KEY\n  DB_PASSWORD\n  MAIL_PASSWORD\n ``` \nStart the server\n\n```bash\n    npm start\n```\n## Tech Stack\n* [React](https://reactjs.org/)\n* [Redux-Toolkit](https://redux-toolkit.js.org/)\n* [Tailwind CSS](https://tailwindcss.com/)\n* [Node.js](https://nodejs.org/en)\n* [Express.js](https://expressjs.com/)\n* [Mongodb](https://www.mongodb.com/)\n* [Nodemailer](https://nodemailer.com/)\n* [Passport JS](https://www.passportjs.org/)\n* [Stripe](https://stripe.com/)\n\n## Deployment\n\nThe application is deployed on Vercel.\n\n## Contributing\n\nContributions are always welcome!\nJust raise an issue, and we will discuss it.\n\n## Feedback\n\nIf you have any feedback, please reach out to me [here](https://www.linkedin.com/in/muhammad-shan-full-stack-developer/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmshandev%2Fshopnest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmshandev%2Fshopnest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmshandev%2Fshopnest/lists"}