ahmethakanbesel / dev-search

GitHub developer search app for recruiters. Built with Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Developer Search

It allows you to search for developers on GitHub and provides statistics about their GitHub profiles.

Installing

Install Required Packages

  • Run pip install -r requirements.txt

Configure Database

  • It runs with PostgreSQL by default but you can change database options on backend/settings.py
  • You may need to run python manage.py makemigrations and python manage.py migrate

Configure GitHub Token

  • It can run without GitHub access token but if you specify GitHub username and personal access token in devsearch/settings.py you will get higher rate limit. You can create a personal access token here: https://github.com/settings/tokens

Running

Preview

Personal informations removed from preview images. Home Page Home Page

Search Results Search Results

Profile Detail Profile Detail Page

Credits

About

GitHub developer search app for recruiters. Built with Django.


Languages

Language:Python 66.6%Language:HTML 33.4%