Working on ecommerce site and would like to use graphene graphql server to serve client request. Django have a builtin user management one reason that i decided to use django graphene over apollo server
https://sfayn-backend.herokuapp.com/graphql/
cd /home/{username}/sfayn_gqlserver
pip install -r requirements
python manage.py runserver 0.0.0.0:4000
Need help? Open an issue in: ISSUES
Want to improve and add feature? Fork the repo, add your changes and send a pull request.