This is an example how to build an api graphql with django framework for chanel of telegram DjangoCuba, using graphene, graphene_django, graphene_django_jwt, graphene_file_upload
- User authentication and user token
- Create note and categories
- Delete and update
- User profile
- Upload file
git clone https://github.com/xiron9090/mynote.git
cd mynote
pipenv install
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py run server
Open in your browser http://127.0.0.1:8000/graphql/ or http://localhost:8000/graphql/
I recomend to use Altair for test api,but can you Postman or only use the terminal with command curl
For any question contact me :
- email: [email protected]
- telegram: xiron9090