{"id":26406309,"url":"https://github.com/anastasios3/proshop--mk-i","last_synced_at":"2025-03-17T17:19:13.159Z","repository":{"id":242558713,"uuid":"809884317","full_name":"Anastasios3/ProShop--Mk-I","owner":"Anastasios3","description":"This repository contains the code for a full-stack e-commerce application. The application is built using MERN stack.","archived":false,"fork":false,"pushed_at":"2024-06-16T15:06:23.000Z","size":1916,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-17T12:41:39.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Anastasios3.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-06-03T16:24:59.000Z","updated_at":"2024-06-16T15:06:26.000Z","dependencies_parsed_at":"2024-06-16T12:38:16.068Z","dependency_job_id":null,"html_url":"https://github.com/Anastasios3/ProShop--Mk-I","commit_stats":null,"previous_names":["anastasios3/proshop-demo","anastasios3/proshop--mk-i"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FProShop--Mk-I","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FProShop--Mk-I/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FProShop--Mk-I/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FProShop--Mk-I/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anastasios3","download_url":"https://codeload.github.com/Anastasios3/ProShop--Mk-I/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244075645,"owners_count":20393980,"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":[],"created_at":"2025-03-17T17:19:12.630Z","updated_at":"2025-03-17T17:19:13.149Z","avatar_url":"https://github.com/Anastasios3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProShop Mk I\n\nProShop Mk I is a comprehensive E-commerce application built using the MERN stack (MongoDB, Express.js, React, Node.js). This project is in active development and currently about 50% complete.\n\n## Table of Contents\n\n- [Description](#description)\n- [Features](#features)\n  - [Implemented Features](#implemented-features)\n  - [Upcoming Features](#upcoming-features)\n- [Backend](#backend)\n- [Frontend](#frontend)\n- [Usage](#usage)\n  - [Starting the Backend Server](#starting-the-backend-server)\n  - [Starting the Frontend Application](#starting-the-frontend-application)\n- [Dependencies](#dependencies)\n- [Setup](#setup)\n- [Environment Variables](#environment-variables)\n- [License](#license)\n- [Feedback](#feedback)\n- [Repository](#repository)\n\n## Description\n\nProShop Mk I aims to provide a robust and modern E-commerce platform. The application features a responsive and user-friendly interface, allowing users to browse, search, and view products with ease. The backend is designed to efficiently manage product data and support the frontend operations through a RESTful API.\n\n## Features\n\n### Implemented Features\n\n- **Product List**: Displays a list of all available products.\n- **Product Cards**: Individual cards for each product, showing key details like name, price, and image.\n- **Carousel**: A rotating carousel that showcases top products.\n- **Backend**: A robust backend built with Express.js that serves product data to the frontend.\n\n### Upcoming Features\n\n- **User Authentication**: Enable users to register, log in, and manage their profiles.\n- **Shopping Cart**: Allow users to add products to a shopping cart and proceed to checkout.\n- **Payment Integration**: Integrate with a payment gateway to handle transactions.\n- **Product Reviews**: Enable users to leave reviews for products.\n- **Admin Dashboard**: Provide a dashboard for admins to manage products, users, and orders.\n\n## Backend\n\nThe backend of ProShop Mk I is built with Express.js, serving product data from a MongoDB database. It includes routes for fetching all products and individual product details by ID.\n\n## Frontend\n\nThe frontend is built with React and styled using Bootstrap. It provides a modern and responsive user interface, displaying product data fetched from the backend.\n\n## Usage\n\n### Starting the Backend Server\n\nTo start the backend server, navigate to the root directory and run:\n\n```bash\nnpm run server\n```\n\n### Starting the Frontend Application\n\nTo start the frontend application, navigate to the frontend directory and run:\n\n```bash\nnpm start --prefix frontend\n```\n\nAlternatively, start both the backend and frontend servers concurrently from the root directory using:\n\n```bash\nnpm start\n```\n\n## Dependencies\n\n- React\n- Express.js\n- Bootstrap\n- dotenv\n- axios\n- react-router-dom\n- concurrently\n\n## Setup\n\n1. **Clone the repository:**\n\n```bash\ngit clone https://github.com/Anastasios3/proshop-demo.git\n```\n\n2. **Navigate to the project directory:**\n\n```bash\ncd proshop-v2\n```\n\n3. **Install the dependencies:**\n\n```bash\nnpm install\n```\n\n4. **Navigate to the frontend directory and install frontend dependencies:**\n\n```bash\ncd frontend\nnpm install\n```\n\n5. **Start the application:**\n\n```bash\nnpm start\n```\n\n## Environment Variables\n\nCreate a `.env` file in the root directory and add the following environment variables:\n\n```plaintext\nPORT=8000\nNODE_ENV=development\nMONGO_URI=your_mongodb_connection_string\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.\n\n## Feedback\n\nYour feedback is invaluable to the development of this project. Please check out the repository and let us know what you think. Any suggestions or insights are greatly appreciated.\n\n## Repository\n\nYou can find the repository at [ProShop Mk I](https://github.com/Anastasios3/ProShop--Mk-I).\n\nThank you for your time and interest in ProShop Mk I!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanastasios3%2Fproshop--mk-i","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanastasios3%2Fproshop--mk-i","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanastasios3%2Fproshop--mk-i/lists"}