Open source kickstarter application that allows software developers to search for, upload, favorite, comment and request to join other open source projects.
Live Preview: Tech Hunt 📌
- Python v3+
Install Virtual Environment :
$ pip install pipenv
Set env version :
$ pipenv --python 3.9
Activate env :
$ pipenv shell
Install dependencies :
$ pipenv install -r requirements.txt
To run the server on localhost.
$ python manage.py runserver