{"id":19542515,"url":"https://github.com/josemartin357/e-commerce","last_synced_at":"2026-04-14T10:32:51.101Z","repository":{"id":167678430,"uuid":"423243678","full_name":"josemartin357/e-commerce","owner":"josemartin357","description":"Node-based application for an e-commerce site, which consists of a backend server.","archived":false,"fork":false,"pushed_at":"2021-11-21T19:58:08.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T16:50:56.688Z","etag":null,"topics":["expressjs","insomnia","mysql","nodejs","sequelize"],"latest_commit_sha":null,"homepage":"","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/josemartin357.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":"2021-10-31T19:37:45.000Z","updated_at":"2023-03-07T04:44:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"901a6f9e-875e-4d6f-972c-bd340ffa34a3","html_url":"https://github.com/josemartin357/e-commerce","commit_stats":null,"previous_names":["josemartin357/e-commerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/josemartin357/e-commerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemartin357%2Fe-commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemartin357%2Fe-commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemartin357%2Fe-commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemartin357%2Fe-commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josemartin357","download_url":"https://codeload.github.com/josemartin357/e-commerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemartin357%2Fe-commerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["expressjs","insomnia","mysql","nodejs","sequelize"],"created_at":"2024-11-11T03:14:56.008Z","updated_at":"2026-04-14T10:32:51.082Z","avatar_url":"https://github.com/josemartin357.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# e-commerce\n![License: MIT](https://img.shields.io/apm/l/vim-mode?style=for-the-badge)\n\n\n## Description:\nNode-based application for an e-commerce site, which consists of a backend server created with Express, MySQL and Sequelize though Object Relational Mapping.\n\n## Video demonstration\nPart 1: \n\u003cbr/\u003e\nProducts \"GET\" route, Categories \"GET\" route, Tags \"GET\" route; and \"GET\",\"PUT\" and \"DELETE\" routes for categories with ID.\n\n\nhttps://user-images.githubusercontent.com/83382332/140622457-f68bbc7d-2340-4149-9c32-d31318b50fb1.mov\n\n\nPart 2:\n\u003cbr\u003e\n\"GET\",\"PUT\" and \"DELETE\" routes for products with ID.\n\n\nhttps://user-images.githubusercontent.com/83382332/140622415-bff851c0-9ebf-4ba3-81c3-dc9bb15a5e86.mov\n\nPart 3:\n\u003cbr\u003e\nSample of loading db and seeds; and tags routed \"GET\", \"PUT\" and \"DELETE\" demo.\n\n\nhttps://user-images.githubusercontent.com/83382332/142776960-3f58a8a8-9d39-4416-925b-66b1fd8cb08a.mp4\n\n\n\n\n## Table of Contents\n* [Installation](#installation)\n* [Technologies Used](#builtwith)\n* [Usage](#usage)\n* [Contribution](#contribution)\n* [License](#license)\n* [Questions](#questions)\n## Installation\nTo install project, simply clone repository or download documents and save them to your computer. \nAlso, type in terminal `npm i` or `npm install` to install dependency packages needed.\n## Technologies Used:\nNode.js\n\u003cbr/\u003e\nExpress\n\u003cbr/\u003e\nMySql\n\u003cbr/\u003e\nSequelize\n\u003cbr/\u003e\nInsomnia\n## Usage\nYou will need to login to MySql and source `schema.sql`.\nTo use the application, run the seeds with `npm run seed` and call `npm start`.\nIn this example, I use Insomnia to view data.\n## Contribution\nYou are welcome to contribute to project. Please “fork” it to your Github and work from there.\n## License\nMIT\n\n      Copyright (c) 2021, Martin Bedoya\n      Permission is hereby granted, free of charge, to any person obtaining a copy\n      of this software and associated documentation files (the \"Software\"), to deal\n      in the Software without restriction, including without limitation the rights\n      to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n      copies of the Software, and to permit persons to whom the Software is\n      furnished to do so, subject to the following conditions:\n      \n      The above copyright notice and this permission notice shall be included in all\n      copies or substantial portions of the Software.\n      \n      THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n      IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n      FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n      AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n      LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n      OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n      SOFTWARE.\n## Questions\nUse information below to contact me for questions or future collaboration.\n\u003cbr/\u003e\nGitHub: https://github.com/josemartin357\n\u003cbr/\u003e\nEmail: martin.bedoya2021@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosemartin357%2Fe-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosemartin357%2Fe-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosemartin357%2Fe-commerce/lists"}