{"id":16610637,"url":"https://github.com/phondani0/e_store","last_synced_at":"2025-07-08T01:10:32.388Z","repository":{"id":119564578,"uuid":"262741021","full_name":"phondani0/e_store","owner":"phondani0","description":"Ecommerce Store application (PWA) build with  Node.js, GraphQL, React.js, Redux, Prisma (ORM), PostgresSQL, and React-admin","archived":false,"fork":false,"pushed_at":"2024-10-27T21:22:54.000Z","size":1719,"stargazers_count":18,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T01:11:27.358Z","etag":null,"topics":["apollographql","ecommerce-store","graphql","hacktoberfest","javascript","material-ui","mongodb","nodejs","postgressql","prisma2","progressive-web-app","pwa","react","react-admin","reactjs","redux"],"latest_commit_sha":null,"homepage":"https://estore.ankitphondani.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phondani0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-05-10T08:13:43.000Z","updated_at":"2024-12-27T14:46:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"c907a271-e271-4c37-aef6-a45999ede647","html_url":"https://github.com/phondani0/e_store","commit_stats":null,"previous_names":["phondani0/e_store"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phondani0/e_store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phondani0%2Fe_store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phondani0%2Fe_store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phondani0%2Fe_store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phondani0%2Fe_store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phondani0","download_url":"https://codeload.github.com/phondani0/e_store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phondani0%2Fe_store/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264171939,"owners_count":23567786,"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":["apollographql","ecommerce-store","graphql","hacktoberfest","javascript","material-ui","mongodb","nodejs","postgressql","prisma2","progressive-web-app","pwa","react","react-admin","reactjs","redux"],"created_at":"2024-10-12T01:31:26.626Z","updated_at":"2025-07-08T01:10:32.371Z","avatar_url":"https://github.com/phondani0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\nE - Store\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nNode.js, GraphQL, React.js, Redux, Prisma (ORM), PostgresSQL, and React-admin\n\u003c/p\u003e\n\n[![GitHub license](https://www.gnu.org/graphics/gplv3-with-text-136x68.png)](https://github.com/facebook/react/blob/master/LICENSE) \n\n\n[![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/react) \n\n\n![](https://visitor-badge.laobi.icu/badge?page_id=phondani0.ecommerce_store)\n\nEcommerce Store application build with Node.js, GraphQL, React.js, Redux, Prisma (ORM), PostgresSQL, and React-admin\n\n\n# Features!\n\n  - Add / Update / Delete Products\n  - Add / Update / Delete Orders\n  - Add / Update / Delete Cart\n  - Add / Update / Delete Users \n\n\n### Tech\nE - Store uses a number of open source projects to work properly:\n\n* [NodeJS](https://nodejs.org/) - A JavaScript runtime built on Chrome's V8 JavaScript engine.\n\n* [ReactJS](https://reactjs.org/) - A JavaScript library for building user interfaces.\n\n* [Redux](https://redux.js.org/) - An open-source JavaScript library for managing application state.\n\n* [GraphQL](https://graphql.org/) - An open-source data query and manipulation language for APIs,\n\n* [PostgreSQL](https://www.postgresql.org/) - PostgreSQL, A free and open-source relational database management system.\n\n\n### Installation\n\nE - Store requires [Node.js](https://nodejs.org/)  to run.\n\nSet environment variables \n\n```sh\n$ git clone https://github.com/phondani0/ecommerce_store.git\n\n$ Create a .env file in your server and client folder\n$ See the .env sample\ncreate a postgresql database and add your connection string into .env file\n```\n\nInstall the dependencies and devDependencies\n\nStart the server.\n\n```sh\n$ cd server \n$ npm install\n$ `npx prisma migrate dev --name \u003cyour migration name\u003e` or `npx prisma db push`\n$ npm start\n```\n\nStart the client.\n\n```sh\n$ cd client \n$ npm install \n$ npm start\n```\n\n\n### Plugins\n\nE - Store is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.\n\n### Server\n\n\n| Plugin | README |\n| ------ | ------ |\n| bcryptjs | [plugins/bcryptjs/README.md](https://github.com/dcodeIO/bcrypt.js/blob/master/README.md) |\n| jsonwebtoken | [plugins/jsonwebtoken/README.md](https://github.com/auth0/node-jsonwebtoken/blob/master/README.md) |\n| multer | [plugins/multer/README.md](https://github.com/expressjs/multer/blob/master/README.md)|\n| nodemailer | [plugins/nodemailer/README.md](https://github.com/nodemailer/nodemailer/blob/master/README.md) |\n| nodemon | [plugins/nodemon/README.md](https://github.com/remy/nodemon/blob/master/README.md) |\n\n### Client\n\n| Plugin | README |\n| ------ | ------ |\n| fullcalendar | [plugins/fullcalendar/README.md](https://github.com/fullcalendar/fullcalendar/blob/master/README.md) |\n| material-ui | [plugins/material-ui/README.md](https://github.com/mui-org/material-ui/blob/master/README.md) |\n| moment | [plugins/moment/README.md](https://www.npmjs.com/package/@date-io/moment?activeTab=readme) |\n| jspdf | [plugins/jspdf/README.md](https://github.com/MrRio/jsPDF) |\n| react | [plugins/react/README.md](https://github.com/facebook/react/blob/master/README.md) |\n| react-facebook-login | [plugins/react-facebook-login /README.md](https://github.com/keppelen/react-facebook-login/blob/master/README.md) |\n| react-google-login | [plugins/react-google-login/README.md](https://www.npmjs.com/package/react-google-login) |\n| react-redux | [plugins/react-redux/README.md](https://github.com/reduxjs/react-redux) |\n| react-router-dom | [plugins/react-router/README.md](https://github.com/ReactTraining/react-router/blob/master/README.md) |\n| react-slick | [plugins/react-slick/README.md](https://github.com/akiran/react-slick) |\n| redux | [plugins/redux/README.md](https://github.com/reduxjs/redux)|\n\n### Todos\n\n - Add Light Mode / More themes\n\n\n\n# Screenshots! \n\nHome Page\n\n![Home Page](https://res.cloudinary.com/estore-cloud/image/upload/v1726693507/estore_ahy7aw.png)\n\n\nLicense\n----\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphondani0%2Fe_store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphondani0%2Fe_store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphondani0%2Fe_store/lists"}