{"id":23613634,"url":"https://github.com/publishername/nepal-software-companies","last_synced_at":"2026-04-27T20:31:00.589Z","repository":{"id":269948368,"uuid":"908930619","full_name":"PublisherName/Nepal-Software-Companies","owner":"PublisherName","description":"Nepal Software Companies is a student-focused directory that helps you explore IT and software companies in Nepal. Access contact details, career pages, official websites, and LinkedIn profiles of leading tech firms. Find internship opportunities, job openings, and valuable resources to kickstart your career in the tech industry.","archived":false,"fork":false,"pushed_at":"2025-01-11T16:29:33.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T05:11:43.757Z","etag":null,"topics":["directory","django","nepal"],"latest_commit_sha":null,"homepage":"https://intimate-martha-publishername-f92d3741.koyeb.app/","language":"HTML","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/PublisherName.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":"2024-12-27T10:17:35.000Z","updated_at":"2025-01-11T16:29:37.000Z","dependencies_parsed_at":"2025-05-18T05:11:37.156Z","dependency_job_id":"0eea03ba-31f0-491c-9e7b-d62cef77e0e6","html_url":"https://github.com/PublisherName/Nepal-Software-Companies","commit_stats":null,"previous_names":["publishername/nepal-software-companies"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PublisherName/Nepal-Software-Companies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PublisherName%2FNepal-Software-Companies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PublisherName%2FNepal-Software-Companies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PublisherName%2FNepal-Software-Companies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PublisherName%2FNepal-Software-Companies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PublisherName","download_url":"https://codeload.github.com/PublisherName/Nepal-Software-Companies/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PublisherName%2FNepal-Software-Companies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["directory","django","nepal"],"created_at":"2024-12-27T17:18:28.388Z","updated_at":"2026-04-27T20:31:00.570Z","avatar_url":"https://github.com/PublisherName.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nepal Software Companies\n\n**Nepal Software Companies** is a directory designed for students to explore leading IT and software companies in Nepal. The platform provides easy access to essential information, including contact details, career pages, official websites, and LinkedIn profiles of top tech firms. Whether you're looking for internships, job openings, or just exploring career opportunities in Nepal's tech industry, this platform connects you to the right companies.\n\n## 🌐 Live Services\n\n- **Preview** is live at [Koyeb](https://intimate-martha-publishername-f92d3741.koyeb.app/) 🚀\n\n## ✨ Features\n\n- 📂 **Company Directory:** List of IT and software companies in Nepal.\n- 📧 **Contact Information:** Access email addresses, phone numbers, and office addresses.\n- 💼 **Career Pages:** Direct links to job openings and internship opportunities.\n- 🌐 **Official Websites \u0026 LinkedIn:** Visit company websites and LinkedIn profiles for more insights.\n\n## 🛠️ Technologies Used\n\n- 🐍 **Backend:** Django (Python)\n- 🗄️ **Database:** SQLite\n\n## Manual Installation\n\n### Clone the repository\n\n```bash\ngit clone git@github.com:PublisherName/Nepal-Software-Companies.git\n```\n\n## For Django Backend\n\nMake sure you have uv installed. If not, install it reading the [documentation](https://docs.astral.sh/uv/getting-started/installation/).\n\n1. **Create and activate a virtual environment**\n\n```bash\ncd Nepal-Software-Companies\nuv venv\nsource env/bin/activate\n```\n\n2. **Install dependencies**\n\n```bash\nuv sync\n```\n\n3. **Copy .env.example file to .env and update the environment variables**\n\n```bash\ncp .env.example .env\n```\n\n4. **Apply Migration**\n\n```bash\npython manage.py migrate\n```\n\n5. **Create Superuser**\n\n```bash\npython manage.py make_admin\n```\n\n6. **Load Fixtures**\n\n```bash\nmake load-companies\n```\n\n7. **Run the server**\n\n```bash\npython manage.py runserver\n```\n\n# Docker Installation\n\n1. **Build the Docker image**\n\n```bash\ndocker build -t software-companies .\n```\n\n2. Run the Docker container\n\n```bash\ndocker run -d -p 8000:8000 --name software-companies-app software-companies\n```\n\n3. Browse the application at `http://127.0.0.1:8000`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpublishername%2Fnepal-software-companies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpublishername%2Fnepal-software-companies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpublishername%2Fnepal-software-companies/lists"}