It is a cloned website of product hunt made by using python and django, jinja2 template, bootstrap and postgresql.
To run this application do below steps.
- Download or clone the project.
- create a database whose name should be same as mentioned in the settings.py file.
- Then do migrations.
- And then add http://127.0.0.1:8000/ in browser and enter.
Now You can see website as below -
- Then click on upvote button or click on image or title of project to see details of that product. The detail view of product -
- To use this you have to signup first then can use it.