{"id":21375212,"url":"https://github.com/melody4482/monti-ecommerce","last_synced_at":"2026-03-06T20:31:37.504Z","repository":{"id":155559978,"uuid":"611739385","full_name":"melody4482/monti-ecommerce","owner":"melody4482","description":"Ecommerce Site with MERN Stack","archived":false,"fork":false,"pushed_at":"2023-03-09T13:19:29.000Z","size":17423,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T09:39:56.416Z","etag":null,"topics":["bootstrap","ecommerce","meodydev","mern","mui"],"latest_commit_sha":null,"homepage":"https://monti-ecommerce.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melody4482.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}},"created_at":"2023-03-09T12:56:07.000Z","updated_at":"2025-03-30T04:57:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd85a299-595f-49b5-9eab-541eaefe6214","html_url":"https://github.com/melody4482/monti-ecommerce","commit_stats":null,"previous_names":["lonelytechpot/monti-ecommerce","melody4482/monti-ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/melody4482/monti-ecommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melody4482%2Fmonti-ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melody4482%2Fmonti-ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melody4482%2Fmonti-ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melody4482%2Fmonti-ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melody4482","download_url":"https://codeload.github.com/melody4482/monti-ecommerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melody4482%2Fmonti-ecommerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30196173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap","ecommerce","meodydev","mern","mui"],"created_at":"2024-11-22T08:49:34.352Z","updated_at":"2026-03-06T20:31:37.465Z","avatar_url":"https://github.com/melody4482.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN Ecommerce Application\r\n\r\n\u003ccode\u003eCurrently under construction for additional features\u003c/code\u003e\r\n\r\n# Description\r\n\r\nFull-stack ecommerce application built with MERN stack. This project has two features:\r\n\r\n1. Buyers register and browse the marketplace while interacting with products across different categories.\r\n2. Admins control and manage the marketplace items and customer acounts.\r\n\r\n# Getting Started\r\n\r\n## Dependencies\r\n\r\n- Nodejs - The runtime environment of the application\r\n- Reactjs - Component based UI library\r\n- MongoDB - NoSQL database\r\n- Expressjs - Framework to handle routes and requests\r\n- Mongoose - MongoDB object modeling tool to model the database schema\r\n\r\n## Installation\r\n\r\nAfter you cloned the repository do not start the application. To run the application fully you need to create a database and collection and provide your own database URI.\r\n\r\n### Scripts\r\n\r\n- Install all packages for client and server\r\n\r\n  ```bash\r\n  npm run install-all\r\n  ```\r\n- Start Server by Production mode\r\n  \r\n  ```bash\r\n  npm start\r\n  ```\r\n- Start Server by Development mode\r\n\r\n  ```bash\r\n  npm run dev\r\n  ```\r\n\r\n### Setup\r\n\r\n- Go to MongoDB website and create a database and a collection named 'Items' and insert the data in the \u003ccode\u003eserver/ItemsCollection.js\u003c/code\u003e file as a document.\r\n- Create a .env file in the server folder and type the following\r\n\r\n```\r\n    NODE_ENV = development\r\n    PORT = 5000\r\n    MONGO_URI = mongodb+srv://\u003cyour uri from mongodb website\u003e\r\n```\r\n\r\n### Running\r\n\r\nAfter this you can run the project locally:\r\n\r\n- To run the front end\r\n  - \u003ccode\u003ecd client\u003c/code\u003e\r\n  - \u003ccode\u003enpm start\u003c/code\u003e\r\n- To run the back end\r\n  - \u003ccode\u003ecd server\u003c/code\u003e\r\n  - \u003ccode\u003enpm run dev\u003c/code\u003e\r\n    TIP: Run both in split terminal so that you can see both ends running\r\n\r\n# Languages and tools\r\n\r\n- [Node](https://nodejs.org)\r\n- [React](https://reactjs.org/)\r\n- [Expressjs](https://expressjs.com)\r\n- [Mongoose](https://mongoosejs.com)\r\n- [Material UI](https://mui.com/)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelody4482%2Fmonti-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelody4482%2Fmonti-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelody4482%2Fmonti-ecommerce/lists"}