Skip to content

soumya-ranjan7/Graphql-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple app to understand the working of GraphQL. It shows the summary of the user's Github profile.

image

Usage:

  1. Create a Python virtual environment in the root using python3 -m virtualenv . and activate it source bin/activate
  2. Run pip install -r requirements.txt
  3. In the app/views.py replace the Github Token with your Github Token
  4. Run from src folder python manage.py makemigrations and python manage.py migrate
  5. Run python manage.py runserver and use the app at 127.0.0.1:8000

Working demo GraphQL-App

About

An app to view details of any Github user using Graphql API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published