Skip to content

hmoskva/Shoyo-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoyo Graphql API

Setting Up

  • To get started, Install requirements, run migrations and visit graphql route.

  • Included makefile requires following environment variables. Ensure you have them in your .env if you want to use make:

    $ PYTHON=python3 APP_DOR=. BIN=env/bin
    
  • To run migrations, use this command:

    $ python manage.py migrate or make migrate
    
  • To run server, use this command:

    $ python manage.py runserver or make run
    
  • To visit graphql route, use this url:

    $ http://localhost:8000/graphql
    

About

Django GraphQl API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published