{"id":16390458,"url":"https://github.com/alok722/express-server-boilerplate","last_synced_at":"2026-04-11T06:01:44.018Z","repository":{"id":109435939,"uuid":"303750003","full_name":"alok722/express-server-boilerplate","owner":"alok722","description":"an *auth-less* express server boilerplate to kickstart your backend development.","archived":false,"fork":false,"pushed_at":"2020-11-16T15:42:24.000Z","size":132,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T18:50:37.603Z","etag":null,"topics":["boilerplate","boilerplate-backend","boilerplate-express","boilerplate-node","boilerplate-server","boilerplate-template","express","express-server","expressjs","expressjs-api","hacktoberfest","hacktoberfest-accepted","hacktoberfest2020","mongodb","mongoose","nodejs","rest-api","starting-point","starting-template"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/alok722.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-13T15:37:43.000Z","updated_at":"2020-11-16T15:42:26.000Z","dependencies_parsed_at":"2023-03-30T23:18:00.315Z","dependency_job_id":null,"html_url":"https://github.com/alok722/express-server-boilerplate","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"31766408d861cc639392a9f90bbeb123a9ed7d4b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alok722/express-server-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok722%2Fexpress-server-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok722%2Fexpress-server-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok722%2Fexpress-server-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok722%2Fexpress-server-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alok722","download_url":"https://codeload.github.com/alok722/express-server-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok722%2Fexpress-server-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266845403,"owners_count":23994062,"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-07-24T02:00:09.469Z","response_time":99,"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":["boilerplate","boilerplate-backend","boilerplate-express","boilerplate-node","boilerplate-server","boilerplate-template","express","express-server","expressjs","expressjs-api","hacktoberfest","hacktoberfest-accepted","hacktoberfest2020","mongodb","mongoose","nodejs","rest-api","starting-point","starting-template"],"created_at":"2024-10-11T04:43:17.598Z","updated_at":"2025-12-30T22:00:00.587Z","avatar_url":"https://github.com/alok722.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ewelcome to express-server-boilerplate 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.1.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained-yes-blue.svg\" /\u003e\n  \u003ca href=\"https://github.com/alok722/express-server-boilerplate/blob/main/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Licence\" src=\"https://img.shields.io/badge/License-MIT-blue.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e an *auth-less* [express](https://expressjs.com/) server boilerplate to kickstart your backend development.\n\n## 🛠 usage\n\n```sh\n$ git clone https://github.com/alok722/express-server-boilerplate.git\n\n$ npm i\n\n$ npm run start:dev\n```\n\n## ❓ what is it\n\nIt is an auth-less express server boilerplate codes to kickstart your backend development.\n\nhappy backend-deving 😊\n\n## 📝 highlight\n\n* It includes swagger documentation of all available routes to test without need of Postman. visit ```localhost:3000\\api-docs``` after localhost setup.\n* It also includes typedoc documentation which can be viewed at ```/docs/index.html```\n\nhappy backend-deving 😊\n\n## 👤 author\n\n **Alok raj (alokr417@gmail.com)**\n\n* website: https://alokraj.tech/\n* github: [@alok722](https://github.com/alok722)\n* linkedin: [@alok722](https://linkedin.com/in/alok722)\n\n## 🚀 future scope\n\n* adding test-cases\n* more database support (eg: SQL)\n\n## 🤝 contributing\n\ncontributions, issues and feature requests are welcome!\u003cbr /\u003efeel free to check [issues page](). you can also take a look at the [contributing guide](https://github.com/alok722/express-server-boilerplate/blob/main/CONTRIBUTING.md).\n\n## 🙌 show your support\n\ngive a ⭐️ if this project helped you!\n\n\n***","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falok722%2Fexpress-server-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falok722%2Fexpress-server-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falok722%2Fexpress-server-boilerplate/lists"}