Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.42 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.42 KB

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 📌

Prerequisites 📂

  • Python v3+

Installation 🔨

Install Virtual Environment :

$ pip install pipenv

Set env version :

$ pipenv --python 3.9

Activate env :

$ pipenv shell 

Install dependencies :

$ pipenv install -r requirements.txt

Usage 🌠

To run the server on localhost.

$ python manage.py runserver

Technologies 💻