Simple Django app to fetch Github User Data.
git clone https://github.com/the-akira/Django-Git-Search.git
Create a Virtual Environment
python -m venv myvenv
Activate the Virtual Environment
source myvenv/bin/activate
Install Requirements
pip install -r requirements.txt
Navigate to mysite
and Run the Application
python manage.py runserver
You can now open your Web Browser and navigate to http://127.0.0.1:8000/app/profile/
to search for Git Users.