{"id":19208455,"url":"https://github.com/zntb/express-starting-server","last_synced_at":"2025-08-07T18:13:56.770Z","repository":{"id":222531538,"uuid":"757539884","full_name":"zntb/express-starting-server","owner":"zntb","description":"Express Project Starting Setup Code - main branch=Setup for Common JS, another branch=Setup for ES Modules.","archived":false,"fork":false,"pushed_at":"2024-12-12T05:18:12.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T15:49:34.625Z","etag":null,"topics":[],"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/zntb.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":"2024-02-14T17:44:34.000Z","updated_at":"2024-12-12T05:18:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"725265e5-2c8d-4501-ba83-dd683737d941","html_url":"https://github.com/zntb/express-starting-server","commit_stats":null,"previous_names":["zntb/express-starting-server-commonjs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntb%2Fexpress-starting-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntb%2Fexpress-starting-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntb%2Fexpress-starting-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntb%2Fexpress-starting-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zntb","download_url":"https://codeload.github.com/zntb/express-starting-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240280990,"owners_count":19776418,"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","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":[],"created_at":"2024-11-09T13:26:20.280Z","updated_at":"2025-02-23T07:14:54.430Z","avatar_url":"https://github.com/zntb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"First create a package.json file:\n\n```\nnpm init -y\n```\n\nInstalled Packages:\n\n```\nnpm i --save express\nnpm i --save-dev nodemon\nnpm i colors\nnpm i dotenv --save-dev\nnpm i morgan\n```\n\n❗Add the .env file to gitignore❗\n\npackage.json setup modification in ES Modules:\n\n```\n{\n     \"name\": \"express-starting-server\",\n     \"version\": \"1.0.0\",\n     \"description\": \"\",\n     \"main\": \"app.js\",\n     \"type\": \"module\" 👈 ❗This should be added❗\n     \"scripts\": {\n         \"start\": \"nodemon app.js\"\n    },\n     \"keywords\": [],\n     \"author\": \"\",\n     \"license\": \"ISC\",\n     \"dependencies\": {\n         \"colors\": \"^1.4.0\",\n        \"express\": \"^4.18.2\",\n         \"morgan\": \"^1.10.0\"\n    },\n     \"devDependencies\": {\n        \"dotenv\": \"^16.4.4\",\n        \"nodemon\": \"^3.0.3\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzntb%2Fexpress-starting-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzntb%2Fexpress-starting-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzntb%2Fexpress-starting-server/lists"}