{"id":20305227,"url":"https://github.com/nelsonwenner/node-typescript-api-auth","last_synced_at":"2026-04-08T16:02:07.001Z","repository":{"id":56287519,"uuid":"312839191","full_name":"nelsonwenner/node-typescript-api-auth","owner":"nelsonwenner","description":":closed_lock_with_key: Node typescript api auth","archived":false,"fork":false,"pushed_at":"2020-11-16T18:24:54.000Z","size":314,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T05:16:27.445Z","etag":null,"topics":["authentication","docker","docker-compose","express","jest","mogodb","nodejs","swagger","tests","typescript"],"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/nelsonwenner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-14T15:01:18.000Z","updated_at":"2021-04-09T16:05:20.000Z","dependencies_parsed_at":"2022-08-15T16:01:00.575Z","dependency_job_id":null,"html_url":"https://github.com/nelsonwenner/node-typescript-api-auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nelsonwenner/node-typescript-api-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fnode-typescript-api-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fnode-typescript-api-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fnode-typescript-api-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fnode-typescript-api-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nelsonwenner","download_url":"https://codeload.github.com/nelsonwenner/node-typescript-api-auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fnode-typescript-api-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","docker","docker-compose","express","jest","mogodb","nodejs","swagger","tests","typescript"],"created_at":"2024-11-14T17:07:45.432Z","updated_at":"2026-04-08T16:02:06.981Z","avatar_url":"https://github.com/nelsonwenner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eNODE TYPESCRIPT API AUTH\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/nelsonwenner/node-typescript-api-auth?color=%2304D361\"\u003e\n\n  \u003ca href=\"https://github.com/nelsonwenner\"\u003e\n    \u003cimg alt=\"Made by @nelsonwenner\" src=\"https://img.shields.io/badge/made%20by-%40nelsonwenner-%2304D361\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-%2304D361\"\u003e\n\n  \u003ca href=\"https://github.com/nelsonwenner/ecoleta/stargazers\"\u003e\n    \u003cimg alt=\"Stargazers\" src=\"https://img.shields.io/github/stars/nelsonwenner/node-typescript-api-auth?style=social\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## :rocket: Technologies\n\n* [Typescript](https://www.typescriptlang.org/)\n* [NodeJS](https://nodejs.org/en/)\n* [Mongo](https://www.mongodb.com/)\n* [Docker](https://www.docker.com/)\n\n## :electric_plug: Prerequisites\n\n- [NodeJS LTS (\u003e= 12.x)](https://nodejs.org/)\n- [Docker (\u003e= 19.03.x)](https://docs.docker.com/engine/install/ubuntu/)\n- [Docker Compose (\u003e= 1.05.x)](https://docs.docker.com/compose/install/)\n\n## :information_source: Getting Started\n\n1. Fork this repository and clone it on your machine.\n2. Change the directory to `node-typescript-api-auth` where you cloned it.\n\n## :whale2:\tDocker Getting Started\n\n```shell\n/* Run docker */\n$ docker-compose up -d\n\n/* Down docker */\n$ docker-compose down\n```\n\n## :closed_lock_with_key: Backend Getting Started \n\n```shell\n/* Create `.env` of the system */\n$ cp .env.example .env\n\n/* Install dependencies */\n$ npm install\n\n/* Run the development server /*\n$ npm run dev\n\n/* Run the production server /*\n$ npm run start\n```\n  * Open backend, the host [localhost:3333](http://localhost:3333) \n\n## :spiral_notepad: Swagger\n\nTo access the API documentation, with the server running, access [http://localhost:3333/docs](http://localhost:3333/docs)\n\n## :memo: License\nThis project is under the MIT license. See the [LICENSE](LICENSE.md) for more information.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsonwenner%2Fnode-typescript-api-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnelsonwenner%2Fnode-typescript-api-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsonwenner%2Fnode-typescript-api-auth/lists"}