{"id":16465431,"url":"https://github.com/nishangupta/nepestate","last_synced_at":"2025-07-13T04:34:15.392Z","repository":{"id":38116377,"uuid":"281708525","full_name":"nishangupta/nepestate","owner":"nishangupta","description":"Real estate website/web-app using laravel 7.0","archived":false,"fork":false,"pushed_at":"2023-01-06T12:13:10.000Z","size":15213,"stargazers_count":23,"open_issues_count":25,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T22:08:30.228Z","etag":null,"topics":["installation","laravel","nepestate","realestate","screenshots"],"latest_commit_sha":null,"homepage":"https://nepestate.herokuapp.com/","language":"PHP","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/nishangupta.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}},"created_at":"2020-07-22T15:03:18.000Z","updated_at":"2025-01-25T02:34:11.000Z","dependencies_parsed_at":"2023-02-06T01:31:29.252Z","dependency_job_id":null,"html_url":"https://github.com/nishangupta/nepestate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishangupta%2Fnepestate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishangupta%2Fnepestate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishangupta%2Fnepestate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishangupta%2Fnepestate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nishangupta","download_url":"https://codeload.github.com/nishangupta/nepestate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244751305,"owners_count":20504238,"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":["installation","laravel","nepestate","realestate","screenshots"],"created_at":"2024-10-11T11:33:57.642Z","updated_at":"2025-03-21T06:32:00.378Z","avatar_url":"https://github.com/nishangupta.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# About Nepestate\n\nNepestate is a Real-estate website made with laravel and vue js.\n\u003cbr /\u003e\n\u003eInstallation at the bottom \n\u003cbr /\u003e\n\n\u003cbr /\u003e\n## Screenshots of this app\n\n\u003cp\u003e\n  \u003ca href=\"https://i.ibb.co/txwtQLf/Capture.png\"\u003e\u003cimg src=\"https://i.ibb.co/txwtQLf/Capture.png\" target=\"_blank\" alt=\"Capture\" border=\"0\" /\u003e\u003c/a\u003e\n  \n  \u003ca href=\"https://i.ibb.co/Jd3ynrv/Screenshot-23.png\"\u003e\u003cimg src=\"https://i.ibb.co/Jd3ynrv/Screenshot-23.png\" target=\"_blank\" alt=\"Screenshot-23\"\n      border=\"0\" /\u003e\u003c/a\u003e\n\n  \u003ca href=\"https://i.ibb.co/3S2vMHf/Screenshot-9.png\"\u003e\u003cimg src=\"https://i.ibb.co/3S2vMHf/Screenshot-9.png\" target=\"_blank\" alt=\"Screenshot-9\"\n      border=\"0\" /\u003e\u003c/a\u003e\n\n  \u003ca href=\"https://i.ibb.co/gtPtw1p/Screenshot-10.png\"\u003e\u003cimg src=\"https://i.ibb.co/gtPtw1p/Screenshot-10.png\" target=\"_blank\" alt=\"Screenshot-10\"\n      border=\"0\" /\u003e\u003c/a\u003e\n\n  \u003ca href=\"https://i.ibb.co/6BNYSVw/Screenshot-46.png\"\u003e\u003cimg src=\"https://i.ibb.co/6BNYSVw/Screenshot-46.png\" alt=\"Screenshot-46\" border=\"0\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Installations\n\u003cbr /\u003e\n## If you receive and error while installation below::\n\n\u003erun composer update instead of composer install \n\u003ealso run php artisan key:generate\n\n## 1. Clone the repository\n\u003ehttps://github.com/nishangupta/nepestate.git\n\n\u003cbr /\u003e\n\n## 2. Set the basic config\n\n\u003eEdit example.env to .env \u003cbr /\u003e\n\u003ePut your db username and password here with DB_DATABASE=nepestate. \u003cbr /\u003e\n''' \u003cbr /\u003e\n    DB_CONNECTION=mysql \u003cbr /\u003e\n    DB_HOST=127.0.0.1 \u003cbr /\u003e\n    DB_PORT=3306 \u003cbr /\u003e \n    DB_DATABASE=nepestate \u003cbr /\u003e\n    DB_USERNAME=root \u003cbr /\u003e\n    DB_PASSWORD= \u003cbr /\u003e\n'''\n\u003cbr /\u003e\n\n## 3. Install Dependencies\n\u003e~composer install  \u003cbr /\u003e\n\u003e~npm install\n\u003e~npm run dev\n\u003cbr /\u003e\n\n## 4. Migrate Database\n\u003e~php artisan migrate:fresh \u003cbr /\u003e\n\u003e~php artisan db:seed \u003cbr /\u003e\n\u003cbr /\u003e\n\n## 5. Serve application\n\u003e~php artisan serve \u003cbr /\u003e\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishangupta%2Fnepestate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishangupta%2Fnepestate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishangupta%2Fnepestate/lists"}