{"id":16419496,"url":"https://github.com/devmahmud/django-producthuntclone","last_synced_at":"2025-02-24T13:40:46.148Z","repository":{"id":103953380,"uuid":"163584141","full_name":"devmahmud/Django-ProductHuntClone","owner":"devmahmud","description":"Django product hunt clone is a project where member can add product and can give vote to a product. A member can add product and also can delete the product which are only added by him. Products will be appear in the page by their votes. ","archived":false,"fork":false,"pushed_at":"2019-01-23T22:26:54.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T21:46:09.572Z","etag":null,"topics":["bootstrap","django","web-application"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devmahmud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-12-30T12:02:00.000Z","updated_at":"2021-09-01T16:07:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a411d35-3d69-491e-aebc-eab1f43aa512","html_url":"https://github.com/devmahmud/Django-ProductHuntClone","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/devmahmud%2FDjango-ProductHuntClone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2FDjango-ProductHuntClone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2FDjango-ProductHuntClone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2FDjango-ProductHuntClone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmahmud","download_url":"https://codeload.github.com/devmahmud/Django-ProductHuntClone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240491200,"owners_count":19809975,"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":["bootstrap","django","web-application"],"created_at":"2024-10-11T07:24:36.115Z","updated_at":"2025-02-24T13:40:46.127Z","avatar_url":"https://github.com/devmahmud.png","language":"Python","readme":"# Django-ProductHuntClone\nDjango product hunt clone is a project where member can add product and can give vote to a product. A member can add product and also can delete the product which are only added by him. Products will be appear in the page by their votes. \n\n\u003ch1\u003eGetting Started\u003c/h1\u003e\n\u003cp\u003eThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\u003c/p\u003e\n\n\u003ch2\u003ePrerequisites\u003c/h2\u003e\n\u003ccode\u003epython== 3.5 or up and django==2.1.4\u003c/code\u003e\n\n\u003ch2\u003eInstalling\u003c/h2\u003e\n\u003cpre\u003eopen terminal and type\u003c/pre\u003e\n\u003ccode\u003egit clone https://github.com/devmahmud/Django-ProductHuntClone.git\u003c/code\u003e\u003cbr\u003e\u003cbr\u003e\n\n\u003ch4\u003eor simply download using the url below\u003c/h4\u003e\n\u003ccode\u003ehttps://github.com/devmahmud/Django-ProductHuntClone.git\u003c/code\u003e\u003cbr\u003e\n \n\u003ch2\u003eDatabase Migrations\u003c/h2\u003e\n\u003cp\u003eIn this project i have used Postgresql Database.\nFirst open project settings and change the information below with your database information\n\u003c/p\u003e\n\u003cdiv align=\"left\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/50547153-a4a13c00-0c5e-11e9-992c-fecc1d186055.jpg\" width=\"50%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch2\u003eTo migrate the database open terminal in project directory and type\u003c/h2\u003e\n\u003ccode\u003epython manage.py makemigrations\u003c/code\u003e\u003cbr\u003e\n\u003ccode\u003epython manage.py migrate\u003c/code\u003e\n\n\u003ch2\u003eTo use admin panel you need to create super user using this command \u003c/h2\u003e\n\u003ccode\u003epython manage.py createsuperuser\u003c/code\u003e\n\n\u003ch2\u003e To run the program in local server use the following command \u003c/h2\u003e\n\u003ccode\u003epython manage.py runserver\u003c/code\u003e\n\n\u003cp\u003eThen go to http://127.0.0.1:8000 in your browser\u003c/p\u003e\n\n\u003ch2\u003eAuthor\u003c/h2\u003e\n\u003cblockquote\u003e\n  Mahmudul alam\u003cbr\u003e\n  Email: expelmahmud@gmail.com\n\u003c/blockquote\u003e\n\n\n\u003ch2\u003eProject snapshot\u003c/h2\u003e\n\u003ch3\u003eHome page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/50547188-445eca00-0c5f-11e9-9408-101b9f7d74de.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch3\u003eSign Up page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/50547200-added880-0c5f-11e9-9019-13fe2b993bcc.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch3\u003eSign in page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/50547203-c8b14d00-0c5f-11e9-9ba3-d25623f6727f.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch3\u003eAdd product page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/50547214-15952380-0c60-11e9-84f4-fe6094468684.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch3\u003eUser Dashboard\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/50547220-2f366b00-0c60-11e9-8b11-d125e126cf65.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch3\u003eProduct details page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/50547228-53924780-0c60-11e9-9ec0-361df9142ecc.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch3\u003e========Thank You !!!=========\u003c/h3\u003e\n\u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmahmud%2Fdjango-producthuntclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmahmud%2Fdjango-producthuntclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmahmud%2Fdjango-producthuntclone/lists"}