Skip to content

tasiotas/strawberry_debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

Install poetry

pip install poetry

Install project dependencies, run migrations, load test data and start development server.

poetry install
poetry run ./manage.py migrate
poetry run ./manage.py loaddata berries
poetry run ./manage.py runserver

After that you have web server and graphql endpoint running at http://127.0.0.1:8000/graphql.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages