{"id":51094792,"url":"https://github.com/manoelpiovesan/backend-ts-google-oauth","last_synced_at":"2026-06-24T05:30:46.205Z","repository":{"id":361073140,"uuid":"1066621619","full_name":"manoelpiovesan/backend-ts-google-oauth","owner":"manoelpiovesan","description":"Backend boilerplate built with Node and TypeScriptOpenAPI (TSOA) framework implementing Google OAuth2.0","archived":false,"fork":false,"pushed_at":"2026-06-09T21:05:17.000Z","size":33,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T22:11:36.605Z","etag":null,"topics":["jest","node","oauth2","tsoa","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manoelpiovesan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-29T18:29:41.000Z","updated_at":"2026-06-09T20:35:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/manoelpiovesan/backend-ts-google-oauth","commit_stats":null,"previous_names":["manoelpiovesan/backend-node-google-oauth","manoelpiovesan/backend-ts-google-oauth"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/manoelpiovesan/backend-ts-google-oauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manoelpiovesan%2Fbackend-ts-google-oauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manoelpiovesan%2Fbackend-ts-google-oauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manoelpiovesan%2Fbackend-ts-google-oauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manoelpiovesan%2Fbackend-ts-google-oauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manoelpiovesan","download_url":"https://codeload.github.com/manoelpiovesan/backend-ts-google-oauth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manoelpiovesan%2Fbackend-ts-google-oauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34719069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"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":["jest","node","oauth2","tsoa","typescript"],"created_at":"2026-06-24T05:30:45.655Z","updated_at":"2026-06-24T05:30:46.193Z","avatar_url":"https://github.com/manoelpiovesan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eSimple TSOA Backend\u003c/h1\u003e\n  \u003cp\u003eA Node.js backend application with Google OAuth authentication and PostgreSQL database integration.\u003c/p\u003e\n\u003c/div\u003e\n\n## Environment Variables\n\n| Variable             | Required | Description                       | Default                                               |\n|----------------------|----------|-----------------------------------|-------------------------------------------------------|\n| DATABASE_URL         | No       | SQL Database URL                  | postgres://admin:password@localhost:5432/backend_node |\n| DATABASE_DIALECT     | No       | Database dialect                  | postgres                                              |\n| GOOGLE_CLIENT_ID     | Yes      | Google OAuth client ID            |                                                       |\n| GOOGLE_CLIENT_SECRET | Yes      | Google OAuth client secret        |                                                       |\n| GOOGLE_CALLBACK_URL  | Yes      | Google OAuth callback URL         |                                                       |\n| AUTH_REDIRECT_URL    | Yes      | Redirect URL after authentication |                                                       |\n| JWT_SECRET           | Yes      | Secret for signing JWT tokens     |                                                       |\n\n## Running the Application\n\n1. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n2. Set environment variables for Google OAuth and PostgreSQL database connection.\n\n   \u003e Or you can use a development PostgreSQL docker container with default values:\n\n    ```bash\n    docker run --name postgres-dev -e POSTGRES_DB=backend_node -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres\n    ```\n\n3. Start the application:\n    ```bash\n    npm start\n    ```\n\n## Documentation\n\nThe API documentation is available at `/api-docs` when the application is running.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanoelpiovesan%2Fbackend-ts-google-oauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanoelpiovesan%2Fbackend-ts-google-oauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanoelpiovesan%2Fbackend-ts-google-oauth/lists"}