Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradleykirton/gpug-graphql
Django and GraphQL demo project for GPUG meetup June 2018
https://github.com/bradleykirton/gpug-graphql
django graphql meetup
Last synced: 22 days ago
JSON representation
Django and GraphQL demo project for GPUG meetup June 2018
- Host: GitHub
- URL: https://github.com/bradleykirton/gpug-graphql
- Owner: BradleyKirton
- License: mit
- Created: 2018-06-30T10:32:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:11:55.000Z (about 2 years ago)
- Last Synced: 2023-03-08T22:31:49.911Z (almost 2 years ago)
- Topics: django, graphql, meetup
- Language: Python
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GPUG Meetup June 30 2018
The slides that go along with this repository can be found [here](https://slides.com/bradleystuartkirton/deck-2/#/).
## Installation
This project makes use of poetry. To install the dependencies first [install poetry](https://pypi.org/project/poetry/) and then run the following make file command.
```bash
make install
```## Running services
To run the services make sure you have redis installed and run the following make command.
```bash
make run -j3
```Note the superuser's authentication details are as follows:
- username: admin
- password: adminIf you wish to load additional meetups add an API key to the MEETUP_API_KEY env variable. Once running navigate to http://127.0.0.1:8000.