Skip to content

xiron9090/my-note-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Notes

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

Demo

Required

Api contains

  • User authentication and user token
  • Create note and categories
  • Delete and update
  • User profile
  • Upload file

Usage

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

Alt text Alt text Alt text

For any question contact me :

About

Example of an api graphql with django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages