{"id":28075181,"url":"https://github.com/sarvarbekup/searchin_v1","last_synced_at":"2026-04-16T14:05:39.143Z","repository":{"id":292859776,"uuid":"982181555","full_name":"SarvarbekUP/Searchin_v1","owner":"SarvarbekUP","description":"Seach system","archived":false,"fork":false,"pushed_at":"2025-05-12T13:57:39.000Z","size":469,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T13:41:37.626Z","etag":null,"topics":["backend","crawler","crawling","crawling-go","frontend","go","golang","nextjs","search-engine","searching"],"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/SarvarbekUP.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}},"created_at":"2025-05-12T13:48:46.000Z","updated_at":"2025-05-20T18:18:49.000Z","dependencies_parsed_at":"2025-05-13T00:55:17.529Z","dependency_job_id":"b85d7054-f15a-4ec4-aeb8-dd0cf8504463","html_url":"https://github.com/SarvarbekUP/Searchin_v1","commit_stats":null,"previous_names":["sarvarbekuzprog/searchin_v1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SarvarbekUP/Searchin_v1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SarvarbekUP%2FSearchin_v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SarvarbekUP%2FSearchin_v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SarvarbekUP%2FSearchin_v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SarvarbekUP%2FSearchin_v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SarvarbekUP","download_url":"https://codeload.github.com/SarvarbekUP/Searchin_v1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SarvarbekUP%2FSearchin_v1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262647721,"owners_count":23342694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["backend","crawler","crawling","crawling-go","frontend","go","golang","nextjs","search-engine","searching"],"created_at":"2025-05-13T00:55:09.183Z","updated_at":"2026-04-16T14:05:39.098Z","avatar_url":"https://github.com/SarvarbekUP.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Searchin - Search System\n\nThis project is designed to provide a simple and efficient search system by gathering data from the web, processing it on the backend, and displaying it via the frontend. \n\n## Project Structure\n\nThis application consists of three main components:\n\n1. **Crawler**: This component scrapes data from the internet.\n2. **Backend**: Handles requests and serves data from the database.\n3. **Frontend**: Provides the user interface for interacting with the search system.\n\n## Technologies\n\nThe project uses the following technologies:\n\n- **Golang**: For building the backend API.\n- **Docker**: To containerize the application for easy deployment and scalability.\n- **PostgreSQL**: For storing data and interacting with the database.\n- **Next.js**: For the frontend interface.\n\n## Installation\n\nTo set up this project locally, follow these steps:\n\n1. **Clone the repository**\n\n```bash\ngit clone https://github.com/SarvarbekUP/Searchin_v1.git\ncd Searchin_v1\n```\n\n2. **Set up the environment variables:**\nCreate a `.env` and setup like `.env.example`\n\n3. **Run crawler, backend and frontend:**\n\n**For crawler:**\n\ncd crawler\n\n```\ngo run main.go\n```\n\n**For backend:**\n\ncd backend\n\n```\ngo run cmd/server/main.go\n```\n\n**For frontend:**\n\ncd fontend\n\n```\nnpm run dev\n```\n\n## If you want to use docker:\n1. **Clone the repository:**\n\n```bash\ngit clone https://github.com/SarvarbekUP/Searchin_v1.git\ncd Searchin_v1\n```\n\n2. **Set up the environment variables:**\n\nCreate a `.env` and setup like `.env.example`\n\n3. **Run the Docker containers:**\n\nMake sure Docker is installed on your machine. Then, build and start the containers with:\n\n```bash\ndocker-compose up --build\n```\n\n4. **Access the application:**\n\nOnce the containers are up and running, access the app at [http://localhost:4000](http://localhost:4000).\n\n\n\n## Usage\n\nOnce the application is running, follow these steps:\n\n- Navigate to `http://localhost:4000` to interact with the search system.\n- The frontend will display the results fetched from the backend, which in turn gets its data from the crawler and database.\n\n## Contributing\n\nFeel free to contribute to this project! Here's how you can help:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-name`).\n3. Make your changes and commit them (`git commit -am 'Add new feature'`).\n4. Push to the branch (`git push origin feature-name`).\n5. Create a pull request.\n\nIf you encounter any bugs or have suggestions for improvements, please open an issue, and we will address it.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nThank you for exploring this project! Feel free to reach out if you have any questions or suggestions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarvarbekup%2Fsearchin_v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarvarbekup%2Fsearchin_v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarvarbekup%2Fsearchin_v1/lists"}