{"id":48894865,"url":"https://github.com/luixaviles/gemini-angular-nestjs","last_synced_at":"2026-04-16T10:12:57.385Z","repository":{"id":225020081,"uuid":"764859918","full_name":"luixaviles/gemini-angular-nestjs","owner":"luixaviles","description":"A fullstack web application implemented using Angular, NestJS and the Gemini API","archived":false,"fork":false,"pushed_at":"2024-03-07T18:31:33.000Z","size":1229,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-07T19:27:29.491Z","etag":null,"topics":["angular","chatbot","gemini-api","nestjs","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/luixaviles.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}},"created_at":"2024-02-28T20:56:26.000Z","updated_at":"2024-03-07T19:27:39.415Z","dependencies_parsed_at":"2024-03-07T19:27:29.588Z","dependency_job_id":"9b254d91-0388-4afb-b9f9-c6b0fbb619ad","html_url":"https://github.com/luixaviles/gemini-angular-nestjs","commit_stats":null,"previous_names":["luixaviles/gemini-angular-nestjs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/luixaviles/gemini-angular-nestjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luixaviles%2Fgemini-angular-nestjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luixaviles%2Fgemini-angular-nestjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luixaviles%2Fgemini-angular-nestjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luixaviles%2Fgemini-angular-nestjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luixaviles","download_url":"https://codeload.github.com/luixaviles/gemini-angular-nestjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luixaviles%2Fgemini-angular-nestjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31881164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["angular","chatbot","gemini-api","nestjs","typescript"],"created_at":"2026-04-16T10:12:56.505Z","updated_at":"2026-04-16T10:12:57.375Z","avatar_url":"https://github.com/luixaviles.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/luixaviles/gemini-angular-nestjs\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/luixaviles/gemini-angular-nestjs.svg?style=social\u0026label=Star\" alt=\"GitHub stars\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://clicktotweet.com/0pVg2\"\u003e\n        \u003cimg src=\"https://img.shields.io/twitter/url/https/github.com/luixaviles/gemini-angular-nestjs.svg?style=social\" alt=\"Tweet\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n# A Chatbot Web Application using Angular, NestJS and the Gemini API\n\nThis project has been implemented entirely using the `TypeScript` language.\n\n\u003cimg src=\"./images/gemini-angular-nestjs.png?raw=true\"\u003e\n\n## Blog Posts\n\n1. [https://luixaviles.com/2024/03/build-gemini-chatbot-with-angular-and-nestjs/](https://luixaviles.com/2024/03/build-gemini-chatbot-with-angular-and-nestjs/). Start a project from scratch and generate an Nx-based workspace using Angular and NestJS. The web application support a multi-turn conversation(chatbot) and text generation using Gemini models.\n\n1. [https://luixaviles.com/2024/03/using-gemini-pro-vision-image-processing-using-angular-nestjs/](https://luixaviles.com/2024/03/using-gemini-pro-vision-image-processing-using-angular-nestjs/). Add the Image processing ability to the existing application. It uses the Gemini Pro Vision Model.\n\n## Features\n\nThis project currently supports:\n\n- Multi-turn conversations (Chatbot application)\n- Text Generation\n- Image Processing\n\n\u003cimg src=\"./images/gemini-vision-pro_angular-nestjs-app.png?raw=true\"\u003e\n\n## Support this project\n- Star GitHub repository :star:\n- Create pull requests, submit bugs or suggest new features\n- Follow updates on [Twitter](https://twitter.com/luixaviles) or [Github](https://github.com/luixaviles)\n\n## Running the Project Locally\nFirst, ensure you have the following installed:\n\n1. NodeJS - Download and Install latest version of Node: [NodeJS](https://nodejs.org)\n2. Git - Download and Install [Git](https://git-scm.com)\n\nAfter that, use `Git bash` to run all commands if you are on Windows platform.\n\n### Clone repository\nIn order to start the project use:\n\n```bash\n$ git clone https://github.com/luixaviles/gemini-angular-nestjs.git\n$ cd gemini-angular-nestjs\n```\n### Get an API Key from Google AI Studio\n\nGo to the [Google AI Studio](https://aistudio.google.com/app/) website and generate an API Key.\n\nNext, create an `.env` file under the `/server` directory with the API key value you generated(You'll find a `.env.example` file as an example there):\n\n```txt\nAPI_KEY=\u003cYour API Key goes here\u003e\n```\n\n### Preview the Application\nThis project is based on Nx tooling. If you don't have Nx installed, you can do so by using:\n\n```bash\nnpm add --global nx@latest\n```\n\nOpen other command line window and run following commands:\n\n```bash\nnpm install\nnx serve client \u0026\u0026 nx serve server\n```\n\nThen you will need to open your favorite web browser with the following URL: [http://localhost:4200](http://localhost:4200/)\n\n## Forks\nThe Open Source community is awesome! If you're working in a fork with other tech stack, please add the reference of your project here.\n\n\n## License\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluixaviles%2Fgemini-angular-nestjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluixaviles%2Fgemini-angular-nestjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluixaviles%2Fgemini-angular-nestjs/lists"}