{"id":25812186,"url":"https://github.com/aghoshpro/chatgisx-master","last_synced_at":"2026-04-17T19:32:35.157Z","repository":{"id":275981757,"uuid":"927825527","full_name":"aghoshpro/ChatGISx-master","owner":"aghoshpro","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-05T15:57:54.000Z","size":1147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T09:12:05.222Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/aghoshpro.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}},"created_at":"2025-02-05T15:55:11.000Z","updated_at":"2025-02-05T15:57:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"832f66ad-099c-4bce-a6a5-736e69c1f2ca","html_url":"https://github.com/aghoshpro/ChatGISx-master","commit_stats":null,"previous_names":["aghoshpro/chatgisx-master"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aghoshpro/ChatGISx-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aghoshpro%2FChatGISx-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aghoshpro%2FChatGISx-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aghoshpro%2FChatGISx-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aghoshpro%2FChatGISx-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aghoshpro","download_url":"https://codeload.github.com/aghoshpro/ChatGISx-master/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aghoshpro%2FChatGISx-master/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31943372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":[],"created_at":"2025-02-28T01:53:07.237Z","updated_at":"2026-04-17T19:32:35.152Z","avatar_url":"https://github.com/aghoshpro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatGISx\n\n\u003cimg src=\"./appV1.PNG\"\u003e\nThis is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).\n\n## Project Folder Structure\n\n```\n├── app/                    # Main application directory\n│   ├── api/                # API routes\n│   ├── globals.css         # Global styles\n│   ├── layout.tsx          # Root layout component\n│   ├── page.tsx            # Root page component\n│   └── providers.tsx       # App providers\n├── components/             # React components\n│   ├── Chat/               # Chat related components\n│   ├── DataView/           # Data visualization components\n│   ├── FileUpload/         # File upload components\n│   ├── Map/                # Map related components\n│   └── ui/                 # Shared UI components\n├── lib/                    # Utility functions and libraries\n│   ├── db/                 # Database related code\n│   ├── ollama/             # Ollama client\n│   └── utils/              # Helper functions\n├── public/                 # Static files\n├── store/                  # State management\n├── .env                    # Environment variables\n├── .gitignore              # Git ignore file\n├── next.config.js          # Next.js configuration\n├── package.json            # Project dependencies and scripts\n├── README.md               # Project documentation\n├── tailwind.config.ts      # Tailwind configuration\n└── tsconfig.json           # TypeScript configuration\n```\n\n## Getting Started\n\n### Install the required dependencies in `package.json` by running,\n\n```sh\nnpm install\n```\n\n### Run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\n### Open the app\n\n- [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n### Edit the app page\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faghoshpro%2Fchatgisx-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faghoshpro%2Fchatgisx-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faghoshpro%2Fchatgisx-master/lists"}