{"id":16390465,"url":"https://github.com/alok722/express-server-boilerplate-auth","last_synced_at":"2026-04-12T05:33:08.478Z","repository":{"id":109435975,"uuid":"304055783","full_name":"alok722/express-server-boilerplate-auth","owner":"alok722","description":"express server boilerplate codes to kickstart your backend dev with auth support.","archived":false,"fork":false,"pushed_at":"2020-10-14T15:37:06.000Z","size":46,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-08T11:05:39.638Z","etag":null,"topics":["authentication","authentication-backend","authentication-middleware","express-middleware","expressjs","hactoberfest","hactoberfest-accepted","hactoberfest2020","jwt-authentication","jwt-token","nodejs","passport-jwt","passport-local","passportjs","server"],"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-14T15:21:44.000Z","updated_at":"2022-08-20T18:38:25.000Z","dependencies_parsed_at":"2023-03-30T23:34:12.445Z","dependency_job_id":null,"html_url":"https://github.com/alok722/express-server-boilerplate-auth","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"f3568cead159ccd2e1e75788b630d9f468130a91"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alok722/express-server-boilerplate-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok722%2Fexpress-server-boilerplate-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok722%2Fexpress-server-boilerplate-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok722%2Fexpress-server-boilerplate-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok722%2Fexpress-server-boilerplate-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alok722","download_url":"https://codeload.github.com/alok722/express-server-boilerplate-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok722%2Fexpress-server-boilerplate-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31705574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T05:11:36.334Z","status":"ssl_error","status_checked_at":"2026-04-12T05:11:27.332Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["authentication","authentication-backend","authentication-middleware","express-middleware","expressjs","hactoberfest","hactoberfest-accepted","hactoberfest2020","jwt-authentication","jwt-token","nodejs","passport-jwt","passport-local","passportjs","server"],"created_at":"2024-10-11T04:43:18.758Z","updated_at":"2026-04-12T05:33:08.452Z","avatar_url":"https://github.com/alok722.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ewelcome to express-server-boilerplate with auth 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0.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-auth.git/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* [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-auth.git\n\n$ npm i\n\n$ npm run start:dev\n```\n\n## ❓ what is it\n\nIt is an express server boilerplate codes to kickstart your backend development with authentication support. It uses passport-jwt and passport as dependency.\n\n\u003cdetails\u003e\n\u003csummary\u003e:zap: API routes\u003c/summary\u003e\n* /api/auth/register -- add User \u003cbr/\u003e\n* /api/auth/login -- authenticate user \u003cbr/\u003e\n* /api/product/read -- read all products * \u003cbr/\u003e\n* /api/product/read/:_id -- read product by id * \u003cbr/\u003e\n* /api/product/add -- add product * \u003cbr/\u003e\n* /api/product/update/:_id -- update product by id * \u003cbr/\u003e\n* /api/product/delete/:_id -- delete product by id * \u003cbr/\u003e\n\n** _product api expects jwt token as Authorization Bearer header, you can get the token by making an api call to login after registration._\n\u003c/details\u003e\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* adding documentation\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-auth/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-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falok722%2Fexpress-server-boilerplate-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falok722%2Fexpress-server-boilerplate-auth/lists"}