{"id":27048568,"url":"https://github.com/deep0041/shopswift","last_synced_at":"2025-10-16T01:59:41.057Z","repository":{"id":286204334,"uuid":"960696715","full_name":"deep0041/shopswift","owner":"deep0041","description":"A responsive e-commerce app built using MERN Stack","archived":false,"fork":false,"pushed_at":"2025-07-13T12:26:07.000Z","size":1352,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T14:32:18.890Z","etag":null,"topics":["alpinejs","api","django","ecommerce","ecommerce-app","express","full-stack","html5-css3","javascript","mongodb","nodejs","python","react","redux"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/deep0041.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,"zenodo":null}},"created_at":"2025-04-04T22:20:35.000Z","updated_at":"2025-07-13T12:26:10.000Z","dependencies_parsed_at":"2025-04-25T08:20:56.331Z","dependency_job_id":"9cc0a116-5f0c-45ac-8971-74df80b4fbd6","html_url":"https://github.com/deep0041/shopswift","commit_stats":null,"previous_names":["deep0041/shopswift"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/deep0041/shopswift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep0041%2Fshopswift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep0041%2Fshopswift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep0041%2Fshopswift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep0041%2Fshopswift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deep0041","download_url":"https://codeload.github.com/deep0041/shopswift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep0041%2Fshopswift/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267663083,"owners_count":24123997,"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-07-29T02:00:12.549Z","response_time":2574,"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":["alpinejs","api","django","ecommerce","ecommerce-app","express","full-stack","html5-css3","javascript","mongodb","nodejs","python","react","redux"],"created_at":"2025-04-05T07:15:13.404Z","updated_at":"2025-10-16T01:59:36.012Z","avatar_url":"https://github.com/deep0041.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"```markdown\n# 🛍️ ShopSwift: Your E-Commerce Solution\n\n![ShopSwift Logo](https://example.com/logo.png)  \n_A responsive e-commerce app built using the MERN Stack_\n\n---\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Features](#features)\n3. [Tech Stack](#tech-stack)\n4. [Installation](#installation)\n5. [Usage](#usage)\n6. [API Documentation](#api-documentation)\n7. [Contributing](#contributing)\n8. [License](#license)\n9. [Contact](#contact)\n10. [Releases](#releases)\n\n---\n\n## Introduction\n\nWelcome to **ShopSwift**, a robust e-commerce application designed to provide a seamless shopping experience. Built on the **MERN stack**—MongoDB, Express, React, and Node.js—ShopSwift is fully responsive and can be easily deployed. This app not only allows users to browse products but also offers features like user authentication and a shopping cart.\n\n---\n\n## Features\n\n- **User Authentication**: Secure login and registration using JWT.\n- **Product Browsing**: View products with detailed information.\n- **Responsive Design**: Optimized for mobile and desktop.\n- **Shopping Cart**: Add products to the cart and proceed to checkout.\n- **Admin Dashboard**: Manage products and users easily.\n- **Real-time Notifications**: Stay updated with the latest offers.\n\n---\n\n## Tech Stack\n\n- **Frontend**: \n  - React.js\n  - React Router Dom\n  - Redux\n  - Tailwind CSS\n\n- **Backend**: \n  - Node.js\n  - Express.js\n  - MongoDB\n\n---\n\n## Installation\n\nTo set up the project on your local machine, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/deep0041/shopswift.git\n   cd shopswift\n   ```\n\n2. Install the dependencies for both frontend and backend:\n   ```bash\n   # Navigate to the client directory\n   cd client\n   npm install\n   \n   # Navigate back to the server directory\n   cd ../server\n   npm install\n   ```\n\n3. Set up your environment variables. Create a `.env` file in the server directory:\n   ```plaintext\n   MONGODB_URI=your_mongodb_connection_string\n   JWT_SECRET=your_jwt_secret\n   ```\n\n4. Run the application:\n   ```bash\n   # Start the server\n   cd server\n   npm start\n   \n   # In another terminal, start the client\n   cd client\n   npm start\n   ```\n\nNow, your application should be running at `http://localhost:3000`.\n\n---\n\n## Usage\n\nOnce the app is running, visit `http://localhost:3000` in your browser. \n\n1. **Sign Up/Login**: Create an account or log in to start shopping.\n2. **Browse Products**: Navigate through various categories to find your desired items.\n3. **Add to Cart**: Click on the \"Add to Cart\" button to include products in your shopping cart.\n4. **Checkout**: Review your cart and proceed to payment.\n\n---\n\n## API Documentation\n\nThe backend exposes a RESTful API. Below are some key endpoints:\n\n- **GET /api/products**: Fetch all products.\n- **GET /api/products/:id**: Fetch a single product by ID.\n- **POST /api/users/register**: Register a new user.\n- **POST /api/users/login**: Authenticate user and return a token.\n\nRefer to the documentation for detailed usage of each endpoint.\n\n---\n\n## Contributing\n\nContributions are welcome! Here’s how you can help:\n\n1. Fork the repository.\n2. Create your feature branch:\n   ```bash\n   git checkout -b feature/AmazingFeature\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m 'Add some AmazingFeature'\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/AmazingFeature\n   ```\n5. Open a pull request.\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## Contact\n\nFor any inquiries or suggestions, please reach out to me at [your-email@example.com](mailto:your-email@example.com).\n\n---\n\n## Releases\n\nCheck out the latest releases of ShopSwift [here](https://github.com/deep0041/shopswift/releases) to download the files and execute them.\n\n[![Latest Release](https://img.shields.io/badge/Latest%20Release-Click%20Here-blue)](https://github.com/deep0041/shopswift/releases)\n\n---\n\n### Acknowledgments\n\n- Thank you to all contributors and users for your support.\n- Special thanks to the developers of the MERN stack for providing such powerful tools.\n\n---\n\nFeel free to explore and contribute to the development of ShopSwift. Happy shopping!\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep0041%2Fshopswift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeep0041%2Fshopswift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep0041%2Fshopswift/lists"}