Django + GraphQL example with graphene based on @saleor project
python -m venv zagros-venv
zagros-venv\Scripts\activate
python -m pip install -r requirements.txt
Check or change the database name, user and password in settings.py file.
- Create database
- Create database user
- Make changes in settings.py file
- Run migrate command:
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
http://127.0.0.1:8000
http://127.0.0.1:8000/graphql/