Sample example how to work with github api.
You need to install python3
virutalenv
and pip
in your local machine.
-
create a virtualenv in your local machine.
virtualenv -p python3 venv
-
Activate venv using
source venv/bin/activate
-
Go to the directory
cd venv
-
Clone the repository using
git clone https://github.com/orvi2014/Django-github-api.git github
(It will create agithub
folder in your folder.) -
Go to the directory
cd github
-
Run
pip install -r requirements.txt
(It will install all the modules) -
Run
python manage.py runserver
(The app will run on 8000 port) -
Now check in http://127.0.0.1/
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details