/djangoGraphql

project created to test django merge with graphql

Primary LanguagePython

Using Graphql with Django

command to start the project

Installing dependencies

pip install -r requirements.txt

Running database migrations

python manage.py migrate

Creating superuser

needed to access django admin

python manage.py createsuperuser

Collecting static files

python manage.py collectstatic

Starting server

python manage.py runserver

Endpoint available

/admin
/graphql