{"id":19062093,"url":"https://github.com/netcode/quick-nodejs-starter","last_synced_at":"2025-07-18T00:09:50.485Z","repository":{"id":145058609,"uuid":"301076092","full_name":"netcode/quick-nodejs-starter","owner":"netcode","description":"Quick and simple nodejs starter application template for your next project","archived":false,"fork":false,"pushed_at":"2020-10-14T14:16:35.000Z","size":103,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-22T02:24:24.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/netcode.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":"2020-10-04T08:19:54.000Z","updated_at":"2023-03-04T05:36:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"e04eef54-7f8f-45d4-9d2d-1bc15549ef38","html_url":"https://github.com/netcode/quick-nodejs-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/netcode/quick-nodejs-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcode%2Fquick-nodejs-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcode%2Fquick-nodejs-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcode%2Fquick-nodejs-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcode%2Fquick-nodejs-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netcode","download_url":"https://codeload.github.com/netcode/quick-nodejs-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcode%2Fquick-nodejs-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265683663,"owners_count":23810875,"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-09T00:24:28.754Z","updated_at":"2025-07-18T00:09:50.450Z","avatar_url":"https://github.com/netcode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Nodejs Starter Template\n\u003e Quick and simple nodejs starter application template for your next project\n\n![Node.js CI](https://github.com/netcode/quick-nodejs-starter/workflows/Node.js%20CI/badge.svg)\n![MIT License](https://img.shields.io/github/license/netcode/quick-nodejs-starter.svg?style=flat-square)\n![Issues](https://img.shields.io/github/issues/netcode/quick-nodejs-starter.svg?style=flat-square)\n\n## About The Project\n\nI needed a very simple structure for small nodejs applications, so i made one for my own use without too many plugins or over complication on folder structure.\n\n## Built With\n* [Express](https://expressjs.com) - Server framework.\n* [Dotenv](https://github.com/motdotla/dotenv) - To manage environment variables across environments.\n* [Debug](https://github.com/visionmedia/debug) - Debug without console.log\n* [Jest](https://jestjs.io) - Testing framework.\n* [Nodemon](https://github.com/remy/nodemon) - Monitor for any changes in your node.js application and automatically restart it.\n* [eslint](https://eslint.org) - Find and fix problems in your JavaScript code\n* [husky](https://github.com/typicode/husky) - Manage pre-commit/pre-post git hooks\n\n## Using Docker \n* For Development\n````\ndocker-compose -f docker-compose-dev.yml up --build\n````\n\n* For Production\n```\ndocker-compose up --build\n```\n\n## Installation (local)\n\n\n1. Install dependencies\n```\nyarn install\n```\n2. Copy .env.example into .env and edit its content to fit your case.\n3. Run in dev mode\n```\nyarn dev\n```\n\n\n## Installation (production)\n\n1. Install dependencies\n```\nyarn install --production\n```\n2. Copy .env.example into .env and edit its content to fit your case.\n3. Start it using your fav tool ( recommend pm2 )\n```\nyarn start\n```\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Contact\n\nEslam Salem - [@net_code](https://twitter.com/net_code) - eslam@shieldfy.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcode%2Fquick-nodejs-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcode%2Fquick-nodejs-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcode%2Fquick-nodejs-starter/lists"}