Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-akira/django-git-search
Simple Django app to fetch Github User Data
https://github.com/the-akira/django-git-search
api-client django django-application github github-api python3 searching
Last synced: about 4 hours ago
JSON representation
Simple Django app to fetch Github User Data
- Host: GitHub
- URL: https://github.com/the-akira/django-git-search
- Owner: the-akira
- Created: 2019-11-14T03:17:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:15:39.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T05:47:16.145Z (over 1 year ago)
- Topics: api-client, django, django-application, github, github-api, python3, searching
- Language: Python
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-Git-Search
Simple Django app to fetch Github User Data.
## Installation
### Clone the Repository
```
git clone https://github.com/the-akira/Django-Git-Search.git
```### Inside the Main Directory
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.