{"id":18614881,"url":"https://github.com/andrewjbateman/nodejs-mongodb-shoppingcart","last_synced_at":"2026-04-28T12:32:18.666Z","repository":{"id":42357554,"uuid":"165368455","full_name":"AndrewJBateman/nodejs-mongodb-shoppingcart","owner":"AndrewJBateman","description":":clipboard: Node.js tutorial use of mongoDB to connect to SQL Azure cloud database","archived":false,"fork":false,"pushed_at":"2022-12-10T16:40:46.000Z","size":543,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-26T17:48:39.280Z","etag":null,"topics":["azure","cloud-storage","javascript","mongodb","nodejs","sql"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/AndrewJBateman.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}},"created_at":"2019-01-12T09:11:52.000Z","updated_at":"2021-06-19T10:24:29.000Z","dependencies_parsed_at":"2023-01-26T04:15:18.188Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/nodejs-mongodb-shoppingcart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/nodejs-mongodb-shoppingcart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnodejs-mongodb-shoppingcart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnodejs-mongodb-shoppingcart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnodejs-mongodb-shoppingcart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnodejs-mongodb-shoppingcart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/nodejs-mongodb-shoppingcart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnodejs-mongodb-shoppingcart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32381331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["azure","cloud-storage","javascript","mongodb","nodejs","sql"],"created_at":"2024-11-07T03:27:17.828Z","updated_at":"2026-04-28T12:32:18.641Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js, mongoDB Shopping Cart\n\n* Code to learn to learn Node.js. This is part of a [Udemy NodeJS - The Complete Guide (incl. MVC, REST APIs, GraphQL)](https://www.udemy.com/nodejs-the-complete-guide/).\n* Section 7: Model View Controller (MVC): separation of concerns.\n* Section 8: Enhancing the App\n* Section 9: Dynamic Routes and Advanced Models\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/nodejs-mongodb-shoppingcart?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/nodejs-mongodb-shoppingcart?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/nodejs-mongodb-shoppingcart?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/nodejs-mongodb-shoppingcart?style=plastic)\n\n## Table of contents\n\n* [General info](#general-info)\n* [Screenshots](#screenshots)\n* [Technologies](#technologies)\n* [Setup](#setup)\n* [Features](#features)\n* [Status](#status)\n* [Inspiration](#inspiration)\n* [Contact](#contact)\n\n## General info\n\n* Uses Embedded Javascript Templating ejs to create HTML markup with plain javascript.\n\n## Screenshots\n\n![screenprint](./images/.png)\n\n## Technologies\n\n* [Node.js v14](https://nodejs.org)\n* [Express v4](https://www.npmjs.com/package/express)\n* [Express-session v1](https://www.npmjs.com/package/express-session)\n* [MongoDB Atlas v4](https://www.mongodb.com/cloud/atlas)\n* [MongoDB Compass v1](https://www.mongodb.com/download-center/compass) on an Azure cloud server.\n* [ejs](https://www.npmjs.com/package/ejs) Embedded JavaScript templates\n\n## Setup\n\n* to run on a dev server: type `nodemon app.js` then navigate to `localhost:3000`\n\n## Code Examples\n\n* tba\n\n## Features\n\n* tba\n\n## App Status\n\n* Authentication error - almost certainly due to lack of mongodb username and password.\n\n## To-do list\n\n* Go through course and code and comment better. Solve auth error. Best to recheck code and follow from section 9 module 112.\n\n## Inspiration\n\n* [NodeJS - The Complete Guide (incl. MVC, REST APIs, GraphQL)](https://www.udemy.com/nodejs-the-complete-guide/)\n\n## :file_folder: License\n\n* N/A.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fnodejs-mongodb-shoppingcart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fnodejs-mongodb-shoppingcart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fnodejs-mongodb-shoppingcart/lists"}