{"id":31686659,"url":"https://github.com/jmcmillenmusic/orm-e-commerce-back-end","last_synced_at":"2026-07-21T01:33:56.786Z","repository":{"id":186894966,"uuid":"675921750","full_name":"jmcmillenmusic/orm-e-commerce-back-end","owner":"jmcmillenmusic","description":"Tech demo that utilizes application programming interface routes to create, read, update, and delete data for an online store","archived":false,"fork":false,"pushed_at":"2023-09-26T21:30:39.000Z","size":187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-21T01:33:36.717Z","etag":null,"topics":["express-js","insomnia","node-js","sequelize-orm","sql"],"latest_commit_sha":null,"homepage":"https://jmcmillenmusic.github.io/orm-e-commerce-back-end/","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/jmcmillenmusic.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-08-08T03:29:26.000Z","updated_at":"2023-10-05T18:48:33.000Z","dependencies_parsed_at":"2023-09-27T02:49:52.538Z","dependency_job_id":null,"html_url":"https://github.com/jmcmillenmusic/orm-e-commerce-back-end","commit_stats":null,"previous_names":["jmcmillenmusic/orm-e-commerce-back-end"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmcmillenmusic/orm-e-commerce-back-end","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcmillenmusic%2Form-e-commerce-back-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcmillenmusic%2Form-e-commerce-back-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcmillenmusic%2Form-e-commerce-back-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcmillenmusic%2Form-e-commerce-back-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmcmillenmusic","download_url":"https://codeload.github.com/jmcmillenmusic/orm-e-commerce-back-end/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcmillenmusic%2Form-e-commerce-back-end/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35705774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"ssl_error","status_checked_at":"2026-07-20T02:08:09.736Z","response_time":111,"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":["express-js","insomnia","node-js","sequelize-orm","sql"],"created_at":"2025-10-08T09:29:52.267Z","updated_at":"2026-07-21T01:33:56.753Z","avatar_url":"https://github.com/jmcmillenmusic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ORM-E-Commerce-Back-End\n\n## Description\n\nAs a web developer, it's important that I understand how API routes work on the back end of a project when it comes to creating, reading, updating, and deleting data. Since E-commerce is a rather huge industry, I figured that I would showcase my understanding of back-end API routes by putting together an E-commerce back-end that does exactly that.\n\n## Installation\n\nTo access the E-Commerce Back-End, you'll need to clone the repo at the link below:\nhttps://github.com/jmcmillenmusic/orm-e-commerce-back-end\nYou'll need to make sure that you also have DotENV, Sequelize, the MySQL Node package, and Express by running the following commands in the terminal:\n`npm i dotenv`\n`npm i sequelize`\n`npm i mysql`\n`npm i express`\nThen, you'll need to initialize all of these using the following command in the terminal:\n`npm init`\nYou'll need to access a back-end routing program like Insomnia to test the routes, which you can get at https://insomnia.rest/.\n\n## Usage\n\nTo access the database and manipulate its data, open the terminal from `server.js` and run the following command in the terminal:\n`mysql -u root -p`\nOnce you enter your password, you'll be logged in.\nRun this command in the terminal to set up the database:\n`SOURCE db/schema.sql;`\nThen, type `quit` to close MySQL.\nThen, run this command in the terminal to seed the database:\n`node seeds/index.js`\nThen, run this command to start the server:\n`node server.js`\nFrom there, you can run your routes in Insomnia in order to see all of the Create, Read, Update, and Delete functions.\nYou can watch this video to see the E-commerce back-end in action:\nhttps://drive.google.com/file/d/1bMyKwr81L5aw-iZ_WQa4Se1jPRnwy48R/view\n\n![screenshot](./screenshot1.PNG)\n\n![screenshot](./screenshot2.PNG)\n\n## Credits\n\nN/A\n\n## License\n\nThis project uses the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcmillenmusic%2Form-e-commerce-back-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmcmillenmusic%2Form-e-commerce-back-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcmillenmusic%2Form-e-commerce-back-end/lists"}