{"id":18387699,"url":"https://github.com/webobite/nodeexpressboilerplate","last_synced_at":"2025-08-01T11:04:52.873Z","repository":{"id":55939080,"uuid":"318826369","full_name":"webobite/nodeExpressBoilerplate","owner":"webobite","description":"A Boilerplate code for node and Express Js","archived":false,"fork":false,"pushed_at":"2020-12-05T18:56:45.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T04:37:45.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"node-express-boilerplate.vercel.app","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/webobite.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}},"created_at":"2020-12-05T15:48:29.000Z","updated_at":"2020-12-06T11:07:16.000Z","dependencies_parsed_at":"2022-08-15T09:50:53.584Z","dependency_job_id":null,"html_url":"https://github.com/webobite/nodeExpressBoilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webobite/nodeExpressBoilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FnodeExpressBoilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FnodeExpressBoilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FnodeExpressBoilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FnodeExpressBoilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webobite","download_url":"https://codeload.github.com/webobite/nodeExpressBoilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FnodeExpressBoilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268214014,"owners_count":24214352,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-06T01:27:22.735Z","updated_at":"2025-08-01T11:04:52.569Z","avatar_url":"https://github.com/webobite.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/webobite/nodeExpressBoilerplate)\n[![License MIT](https://badgen.net/badge/license/MIT/blue)](https://badgen.net/badge/license/MIT/blue)\n----------\n# Node Express Boilerplate\nA Boilerplate code for node and Express Js\n\n----------\n### SOME SETUP BEFORE RUNNING THE SERVER\n\n- Create .env file in root directory\n\t- Add the below code\n\t\t\t`PORT=3000`\n- install package with npm / yarn\n\t- `npm install` or `yarn install`\n- Run the server with below command\n\t- `npm start`\n----------\n### HOW TO USE CUSTOM LOGGER IN YOUR CODE BASE ?\nAs you can navigate to file `logger/index.js` It contain a custom logger file which takes the type of Log and log message to show that log in the console.\n\n#### To use custom logger\n- import the logger function in your file.\n\t- `const {logger} = require('./logger')`\n- Pass the `type of log` along with `custom message in the log`\n\t- Here `type of log` will be any one of the following :\n\t\t- SUCCESS\n\t\t- ERROR\n\t\t- DEBUG\n\t- Call the function like this : `logger('DEBUG', \"Your Custom message\")`\n----------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebobite%2Fnodeexpressboilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebobite%2Fnodeexpressboilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebobite%2Fnodeexpressboilerplate/lists"}