Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 863 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 863 Bytes

Django with Github api

Sample example how to work with github api.

Prerequisites

You need to install python3 virutalenv and pip in your local machine.

Installing

  1. create a virtualenv in your local machine. virtualenv -p python3 venv

  2. Activate venv using source venv/bin/activate

  3. Go to the directory cd venv

  4. Clone the repository using git clone https://github.com/orvi2014/Django-github-api.git github (It will create a github folder in your folder.)

  5. Go to the directory cd github

  6. Run pip install -r requirements.txt (It will install all the modules)

  7. Run python manage.py runserver (The app will run on 8000 port)

  8. Now check in http://127.0.0.1/

License

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details