{"id":19866069,"url":"https://github.com/zhenye-na/marketplace","last_synced_at":"2026-04-09T15:53:55.891Z","repository":{"id":94156208,"uuid":"143334175","full_name":"Zhenye-Na/marketplace","owner":"Zhenye-Na","description":"🏪 Node.js based Marketplace Web Application","archived":false,"fork":false,"pushed_at":"2018-08-14T02:23:33.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T00:35:08.227Z","etag":null,"topics":["bootstrap","express-js","mongodb","node-js"],"latest_commit_sha":null,"homepage":"https://demo-mkplc.herokuapp.com/","language":"HTML","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/Zhenye-Na.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":"2018-08-02T19:00:44.000Z","updated_at":"2021-08-28T21:01:55.000Z","dependencies_parsed_at":"2023-04-26T16:49:04.044Z","dependency_job_id":null,"html_url":"https://github.com/Zhenye-Na/marketplace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zhenye-Na/marketplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhenye-Na%2Fmarketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhenye-Na%2Fmarketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhenye-Na%2Fmarketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhenye-Na%2Fmarketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zhenye-Na","download_url":"https://codeload.github.com/Zhenye-Na/marketplace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhenye-Na%2Fmarketplace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285968812,"owners_count":27262766,"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-11-23T02:00:06.149Z","response_time":135,"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":["bootstrap","express-js","mongodb","node-js"],"created_at":"2024-11-12T15:24:55.331Z","updated_at":"2025-11-23T15:05:29.097Z","avatar_url":"https://github.com/Zhenye-Na.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo Marketplace\n\n\u003e You can refer to [project website](https://demo-mkplc.herokuapp.com/) for more information.  \n\u003e *THIS PROJECT IS STILL ONGOING*.\n\n## About\n\n`Node.js` based web application for my independent web-dev project (demo version). I had developed a sample website which user can create accounts, add products, update product information, create comments and so forth. More features will be added in the next version.\n\n\n### Github repo\n\n[https://github.com/Zhenye-Na/marketplace](https://github.com/Zhenye-Na/marketplace)\n\n\n### Technology Stack\n\n- Frontend Languages: HTML, CSS, and **Embedded JavaScript**\n- Frontend Framework: **Bootstrap**\n- Frontend Library: **jQuery**\n- Backend Framework: **Node.js**, **Express.js** and NPM\n- Database: **MongoDB**\n- Version control: Git\n- Deployment: Heroku\n\n\n### Dependencies\n\n```json\n  \"dependencies\": {\n    \"body-parser\": \"^1.18.3\",\n    \"connect-flash\": \"^0.1.1\",\n    \"ejs\": \"^2.6.1\",\n    \"express\": \"^4.16.3\",\n    \"express-session\": \"^1.15.6\",\n    \"method-override\": \"^3.0.0\",\n    \"mongoose\": \"^5.2.6\",\n    \"passport\": \"^0.4.0\",\n    \"passport-local\": \"^1.0.0\",\n    \"passport-local-mongoose\": \"^5.0.1\"\n  }\n```\n\n## Project Initialization\n\n\n- Un-comment the statement in `app.js` to run `seedDB();`\n\n    ```js\n    seedDB();\n    ```\n    This function will automatically let you get a sample database so you can play around with it without creating sample products data.\n- Make sure you have install all node packages in the root folder to deploy the project.\n- Express server has to be initialed by npm manager on `localhost:27017 ` by prompting commnad \"`npm start`\".\n\n\n\n## Project Core Features\n\n1. **User Register / Signin**: User need to create account to make any kind of edit. Checking out this project does not require users to be logged in.\n    1. **Creating account**: users need to click on `signup` button and fulfill all the required information to get registered with us.\n    1. **Logging in**: users need to click on `login` button and type in the correct username/email and password.\n    1. **[TODO]** In case user has forgot its password, we provide an module to regenerate a new password.\n\n2. **User Dashboard**: **[TODO]** Change user information and other settings.\n    1. **[TODO]** Account Settings: This module provide a panel to change users profile and password information. \n    2. **[TODO]** Items History: This feature helps the user to check all the past purchases and other details such as, date of purchase, products purchased, and payment information. \n    3. **Logout**: User can successfully loggout to avoid exploitation of its account.\n\n3. **[TODO]** Seach Product: user can seach by typing product's, id, name, brand, and category in the search bar that is present on the top of the page.\n    1. **Filtered Search**: user can refine its search according to price range and category. This feature will be available in search results.\n    1. **Category Search**: user can directly search for products according to its category by selecting categories.\n    1. **Product Information**: user can check for the product information by clicking on the `More Info` button on each product thumbnail.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhenye-na%2Fmarketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhenye-na%2Fmarketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhenye-na%2Fmarketplace/lists"}