{"id":17649180,"url":"https://github.com/teddarific/node-api-starter","last_synced_at":"2026-01-19T09:02:10.917Z","repository":{"id":51963514,"uuid":"112521260","full_name":"Teddarific/Node-API-Starter","owner":"Teddarific","description":"Starter Kit for an API built with Node, Express, Mongoose. Supports ECMA6.","archived":false,"fork":false,"pushed_at":"2022-12-07T09:56:42.000Z","size":176,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T08:53:28.749Z","etag":null,"topics":["api","babel","ecmascript6","eslint","express","herokuapp","mongoose","nodejs","starter-kit","template"],"latest_commit_sha":null,"homepage":null,"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/Teddarific.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":"2017-11-29T19:56:57.000Z","updated_at":"2020-06-23T17:06:08.000Z","dependencies_parsed_at":"2023-01-23T20:46:28.892Z","dependency_job_id":null,"html_url":"https://github.com/Teddarific/Node-API-Starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Teddarific/Node-API-Starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddarific%2FNode-API-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddarific%2FNode-API-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddarific%2FNode-API-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddarific%2FNode-API-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teddarific","download_url":"https://codeload.github.com/Teddarific/Node-API-Starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddarific%2FNode-API-Starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"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":["api","babel","ecmascript6","eslint","express","herokuapp","mongoose","nodejs","starter-kit","template"],"created_at":"2024-10-23T11:24:44.233Z","updated_at":"2026-01-19T09:02:10.899Z","avatar_url":"https://github.com/Teddarific.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node API Starter Kit\n\nA starter kit for making an API built on Node, Express, and Mongoose. Supports ECMA 6, and configured to deploy on Heroku.\n\n### Setup\n\nOpen terminal, and go to desired file location.\n\nFirst, ensure you have Node installed.\n\nClone the repo to local machine:\n\n```\ngit clone https://github.com/Teddarific/Node-API-Starter.git\n```\n\nSwitch into the repository:\n\n```\ncd Node-API-Starter\n```\n\nInstall the dependencies:\n\n```\nnpm install\n```\n\n### Running the Server Locally\n\nTo run the server locally:\n\n```\nnpm start\n```\n\nTo enable hot reloading, ensure that you have ```Nodemon``` installed globally through\n```\nnpm install -g nodemon\n```\n\nStart the server locally with hot reloading:\n\n```\nnodemon --exec npm start\n```\n\n### Connecting to a Database\n\nThis API utilizes a MongoDB through Mongoose. If not set up, the server will default to a local DB with the URI as ```mongodb://localhost/testdev```.\n\nTo connect to a separate hosted database, create a ```.env``` file within the directory and enter the following relevant information:\n\n```\nDB_USERNAME=JohnDoe\nDB_PASSWORD=abcde12345\nDB_PORT=9000\nDB_DATABASE=Prod\n```\n\nThe server will then attempt to connect with the following URI:\n\n```\nmongodb://DB_USERNAME:DB_PASSWORD@host:DB_PORT/DB_DATABSE\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddarific%2Fnode-api-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteddarific%2Fnode-api-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddarific%2Fnode-api-starter/lists"}