{"id":23380973,"url":"https://github.com/varun-verma-code/express-es6-template","last_synced_at":"2025-04-08T08:19:09.494Z","repository":{"id":263706590,"uuid":"891229158","full_name":"varun-verma-code/express-es6-template","owner":"varun-verma-code","description":"Express template using module/ES6 syntax","archived":false,"fork":false,"pushed_at":"2025-01-18T22:07:05.000Z","size":71,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T05:19:19.783Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varun-verma-code.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":"2024-11-20T00:41:57.000Z","updated_at":"2024-11-20T04:37:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"77e33ab2-5d32-498f-be5a-b1860fd4580c","html_url":"https://github.com/varun-verma-code/express-es6-template","commit_stats":null,"previous_names":["varun-verma-code/express-es6-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varun-verma-code%2Fexpress-es6-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varun-verma-code%2Fexpress-es6-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varun-verma-code%2Fexpress-es6-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varun-verma-code%2Fexpress-es6-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varun-verma-code","download_url":"https://codeload.github.com/varun-verma-code/express-es6-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801169,"owners_count":20998339,"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-12-21T20:36:52.079Z","updated_at":"2025-04-08T08:19:09.487Z","avatar_url":"https://github.com/varun-verma-code.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-es6-template\n\nExpress template using module/ES6 syntax\n\nAfter cloning the library, execute these commands to install dependencies  \n`npm install`  \n`npm audit fix --force`\n\nIf you do not have nodemon installed, install by executing  \n`npm -g install nodemon`\n\n**Directory and file structure**\n\n```text\n/LocalLibrary\n    app.js\n    /bin\n        www\n    package.json\n    package-lock.json\n    /node_modules\n        [about 6700 subdirectories and files]\n    /public\n        /images\n        /javascripts\n        /stylesheets\n            style.css\n    /routes\n        index.js\n        users.js\n    /views\n        error.pug\n        index.pug\n        layout.pug\n```\n\n- **package.json** - Defines application dependencies. Defines the startup script that calls the application’s entry point, the JS file **/bin/www**\n\n- **/bin/www** - Application’s entry point. Sets up some basic error handling and then loads app.js to do the rest of the work\n\n- **/routes** - The app routes are stored as separate modules under this directory\n\n- **/views** - The templates are stored under this directory\n\nThe default view installed by express is Jade. But you can choose a different template e.g. pug during your installation. The following dependencies are added by express\n\n- [cookie-parser](https://www.npmjs.com/package/cookie-parser): Used to parse the cookie header and populate `req.cookies` (essentially provides a convenient method for accessing cookie information).\n- [debug](https://www.npmjs.com/package/debug): A tiny node debugging utility modeled after node core's debugging technique.\n- [morgan](https://www.npmjs.com/package/morgan): An HTTP request logger middleware for node.\n- [http-errors](https://www.npmjs.com/package/http-errors): Create HTTP errors where needed (for express error handling).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarun-verma-code%2Fexpress-es6-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarun-verma-code%2Fexpress-es6-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarun-verma-code%2Fexpress-es6-template/lists"}