{"id":27722643,"url":"https://github.com/kirankumar-matham96/evershop-e-commerce-app","last_synced_at":"2026-07-13T23:31:29.440Z","repository":{"id":284524657,"uuid":"954659827","full_name":"kirankumar-Matham96/Evershop-e-commerce-app","owner":"kirankumar-Matham96","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-26T20:55:23.000Z","size":8310,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T15:58:31.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://evershop-e-commerce-app.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/kirankumar-Matham96.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-03-25T12:26:27.000Z","updated_at":"2025-03-30T09:07:36.000Z","dependencies_parsed_at":"2025-04-27T13:07:42.000Z","dependency_job_id":null,"html_url":"https://github.com/kirankumar-Matham96/Evershop-e-commerce-app","commit_stats":null,"previous_names":["kirankumar-matham96/evershop-e-commerce-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kirankumar-Matham96/Evershop-e-commerce-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2FEvershop-e-commerce-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2FEvershop-e-commerce-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2FEvershop-e-commerce-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2FEvershop-e-commerce-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirankumar-Matham96","download_url":"https://codeload.github.com/kirankumar-Matham96/Evershop-e-commerce-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2FEvershop-e-commerce-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35440511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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-27T12:57:28.280Z","updated_at":"2026-07-13T23:31:29.435Z","avatar_url":"https://github.com/kirankumar-Matham96.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Evershop-e-commerce-app\n\n\u003c!-- Landing Page Image (Full Width) --\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://res.cloudinary.com/kiran-commerce-app/image/upload/v1743021179/landing-page_z9gaod.png\" alt=\"Landing Page\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n\u003c!-- YouTube Video (Full Width + Open in New Tab) --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.youtube.com/watch?v=_Kf75Zwh6sE\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.youtube.com/vi/_Kf75Zwh6sE/0.jpg\" alt=\"Watch the Demo\" width=\"70%\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[[Watch the demo video in YouTube]](https://youtu.be/_Kf75Zwh6sE)\n\n---\n\nWelcome to **Evershop E-Commerce App**, an application with backend services for managing products and categories in an E-commerce store. This application integrates with EverShop and allows seamless product and category creation.\n\n---\n\n## Features\n\n- Add a single product to EverShop\n- Bulk upload products from a JSON file\n- Create categories dynamically if they do not exist\n- Fully structured **Express.js** backend with **CommonJS** module system\n\n---\n\n## Prerequisites\n\nBefore setting up the application, ensure you have the following installed on your system:\n\n### **Node.js** (v16+ recommended)\n\n- Download \u0026 Install from: [https://nodejs.org/](https://nodejs.org/)\n- Verify installation:\n  ```sh\n  node -v\n  ```\n\n### **PostgreSQL** (Database)\n\n- Download \u0026 Install from: [https://www.postgresql.org/download/](https://www.postgresql.org/download/)\n- Start PostgreSQL service:\n  Linux/macOS\n  ```sh\n  sudo systemctl start postgresql\n  ```\n  macOS with Homebrew\n  ```sh\n  pg_ctl -D /usr/local/var/postgres start\n  ```\n  Windows\n  ```sh\n  net start postgresql\n  ```\n- Verify connection:\n  ```sh\n  psql -U postgres\n  ```\n\nOnce these dependencies are installed, follow the [Setup \u0026 Installation](#setup--installation) steps.\n\n## Setup \u0026 Installation\n\nYou can refer [EverShop](https://evershop.io/) for the initial setup.\n\n### **Clone the Repository**\n\n```sh\ngit clone https://github.com/kirankumar-Matham96/Evershop-e-commerce-app.git\ncd my-evershop-api\n```\n\n### **Install Dependencies**\n\n```sh\nnpm install\n```\n\n### **Configure Environment Variables**\n\nCreate a `.env` file in the root directory and add:\n\n```env\n\nDB_HOST=localhost\nDB_PORT=5432\nDB_USER=postgres\nDB_PASSWORD=postgres\n\nDB_NAME=\u003cYOUR_DB_NAME\u003e\nDB_SSLMODE=disable\n\nPOSTGRES_PASSWORD=postgres\nPOSTGRES_USER=postgres\nPOSTGRES_DB=postgres\n\nAPI_BASE_URL=http://localhost:3000/api\nADMIN_COOKIE=\u003cYOUR_EVERSHOP_ADMIN_COOKIE\u003e\n\n```\n\n**_NOTE_**: Also, create a **dummyData.json** in thr root to place the data as you like. Make sure that the required fields should be included in the product details.\n\n### **Start the Server**\n\n```sh\nnpm start\n```\n\nThe server will run on **http://localhost:3000**.\n\n---\n\n## API Endpoints\n\n    Note: to use API endpoints, keep the app running and open new terminal. CD to the app directory and run the below command:\n\n    ```sh\n    npm run api\n    ```\n\n    now you can use the postman or any other client to test the APIs.\n\n[Postman Collection](https://documenter.getpostman.com/view/15920123/2sAYkLmGz1)\n\n## Project Structure\n\n```\nmy-evershop-api/\n│── .evershop/\n│── media/\n│── node_modules/\n│── public/\n│── src/\n│   ├── features/\n│   │   ├── category/\n│   │   │   ├── controller.js\n│   │   │   ├── routes.js\n│   │   ├── products/\n│   │   │   ├── controller.js\n│   │   │   ├── routes.js\n│   ├── middlewares/\n│   │   ├── errorHandling.middleware.js\n│   ├── utils/\n│   │   ├── customError.js\n│── .env\n│── dummyData.json\n│── .gitignore\n│── server.js\n│── package-lock.json\n│── package.json\n│── README.md\n│── server.js\n```\n\n---\n\nHappy Coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirankumar-matham96%2Fevershop-e-commerce-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirankumar-matham96%2Fevershop-e-commerce-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirankumar-matham96%2Fevershop-e-commerce-app/lists"}