Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 948 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 948 Bytes

sfayn_gqlserver

Django CI

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

image

Demo

https://sfayn-backend.herokuapp.com/graphql/

Installation

cd /home/{username}/sfayn_gqlserver
pip install -r requirements

How to run development server?

python manage.py runserver 0.0.0.0:4000

Help

Need help? Open an issue in: ISSUES

Contributing

Want to improve and add feature? Fork the repo, add your changes and send a pull request.