https://github.com/techytushar/django-graphql-app
https://github.com/techytushar/django-graphql-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/techytushar/django-graphql-app
- Owner: techytushar
- Created: 2018-04-02T14:49:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:57:21.000Z (over 3 years ago)
- Last Synced: 2025-06-03T02:46:02.977Z (about 1 year ago)
- Language: Python
- Homepage: https://githubql.herokuapp.com/
- Size: 71.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### A simple app to understand the working of GraphQL. It shows the summary of the user's Github profile.

## 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 [GithubQL](https://githubql.herokuapp.com/)
Feel free to report any bugs and enhancements.