Skip to content

This is simple social media app GraphQL API backend in Django using graphene-django package.

Notifications You must be signed in to change notification settings

sabatohura/graphql_social_media_api

Repository files navigation

Python Django Graphql Api Social Media App

just clone and install requirements to have it running open in broweser http://127.0.0.1:8000/graphql/

Below are some docker commands

docker build -t local/graphql_app:beta .

docker container list

docker container stop

docker run -p 8000:8000 local/graphql_app:beta

docker-compose.yml can save you from running that run command -run >docker-compose up

About

This is simple social media app GraphQL API backend in Django using graphene-django package.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published