Skip to content

orvi2014/Django-github-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

github api with django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published