Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: admin

If 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.