{"id":19707205,"url":"https://github.com/subratamondal1029/techkart","last_synced_at":"2026-04-09T22:32:40.603Z","repository":{"id":251651618,"uuid":"837261429","full_name":"subratamondal1029/techkart","owner":"subratamondal1029","description":"A E commerce website with react and tailwind","archived":false,"fork":false,"pushed_at":"2024-08-17T17:40:37.000Z","size":1552,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T12:58:41.500Z","etag":null,"topics":["appwrite-auth","appwrite-database","appwrite-function","appwrite-storage","ecommerce","ecommerce-website","html5qrcode","jspdf","jspdf-autotable","jsx","npm","qrcode","razorpay","react","react-dom","react-hook-fom","react-router-dom","redux-toolkit","tailwind"],"latest_commit_sha":null,"homepage":"https://techkart-five.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/subratamondal1029.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-08-02T14:57:37.000Z","updated_at":"2024-08-17T17:40:40.000Z","dependencies_parsed_at":"2024-08-19T09:03:31.473Z","dependency_job_id":null,"html_url":"https://github.com/subratamondal1029/techkart","commit_stats":null,"previous_names":["subratamondal1029/techkart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subratamondal1029%2Ftechkart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subratamondal1029%2Ftechkart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subratamondal1029%2Ftechkart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subratamondal1029%2Ftechkart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subratamondal1029","download_url":"https://codeload.github.com/subratamondal1029/techkart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241023848,"owners_count":19896139,"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":["appwrite-auth","appwrite-database","appwrite-function","appwrite-storage","ecommerce","ecommerce-website","html5qrcode","jspdf","jspdf-autotable","jsx","npm","qrcode","razorpay","react","react-dom","react-hook-fom","react-router-dom","redux-toolkit","tailwind"],"created_at":"2024-11-11T21:38:10.761Z","updated_at":"2026-04-09T22:32:40.585Z","avatar_url":"https://github.com/subratamondal1029.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TechKart Full-Stack E-commerce Platform\n\nTechKart is a full-stack e-commerce platform built with the MERN stack. It includes both backend APIs and a modern React frontend to provide a complete shopping experience.\n\n## 📂 Project Structure\n\n- [Backend (API)](./backend)  \n  Node.js + Express backend with RESTful APIs, authentication, product \u0026 order management, payment integration, and more.\n\n- [Frontend (Client)](./frontend)  \n  React-based frontend with Redux Toolkit, infinite scrolling, optimistic UI updates, QR code scanning, and responsive design.\n\n## 🚀 Getting Started\n\nPlease refer to the respective README files inside each folder for detailed information about the project:\n\n- [Backend README](./backend/README.md)\n- [Frontend README](./frontend/README.md)\n\n---\n\n### 📋 Prerequisites for 🚀 Running the Project Locally\n\nBefore you start, make sure you have the following installed:\n\n- [NodeJS](https://nodejs.org/)\n- [Docker](https://www.docker.com/)\n- Make sure port **80** is available, or update the port in [`docker-compose.yml`](./docker-compose.yml)\n\n---\n\n### 🔄 Cloning the Repository\n\n```bash\ngit clone git@github.com:subratamondal1029/techkart.git\n```\n\n---\n\n### ⚙️ Configuring Environment Variables\n\nUse the [`.env.example(frontend)`](./frontend/.env.example) \u0026 [`.env.example(backend)`](./backend/.env.example) file as a template to create your own `.env` files:\n\n```yaml\nPORT=8000\nORIGIN=http://localhost\nNODE_ENV=production\n```\n\n---\n\n### 🏁 Starting the Project\n\n```bash\ncd techkart\ndocker compose up -d --build # build and up containers\ndocker cp ./backup/db/ techkart-mongo:./backup/ # copy mongoDB backup\ndocker exec -it techkart-mongo bash # connect to mongoDB container\nmongorestore --uri=\"mongodb://localhost:27017\" --db=\"techkart\" ./backup/techkart/ # restore mongoDB backup\n# 537 document(s) restored successfully. 0 document(s) failed to restore.\n# if error \"0 document(s) restored successfully. 537 document(s) failed to restore. then\"\nmongosh\nuse techkart\ndb.dropDatabase()\nexit\nmongorestore --uri=\"mongodb://localhost:27017\" --db=\"techkart\" ./backup/techkart/ # restore mongoDB backup\n\n\nrm -rf backup/* # remove mongoDB backup (optional)\n```\n\n### 🧪 Testing User Credentials\n\nUse the following test accounts to log in and explore the platform features:\n\n| Role     | Email                | Password      |\n| -------- | -------------------- | ------------- |\n| user     | subrata@user.com     | @1Iamuser     |\n| seller   | subrata@seller.com   | @1Iamseller   |\n| shipment | subrata@shipment.com | @1Iamshipment |\n| delivery | subrata@delivery.com | @1Iamdelivery |\n\n\u003e **Note:** These credentials are for testing purposes only. You can also create your own account to explore the full experience.\n\n---\n## License\n\nThis project is source-visible and shared only for portfolio showcase purposes.  \nCommercial use, redistribution, or claiming ownership is not permitted without explicit permission from the author.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubratamondal1029%2Ftechkart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubratamondal1029%2Ftechkart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubratamondal1029%2Ftechkart/lists"}