Skip to content

Headless API Content Management System using Graphene / GraphQL and React + Apollo 👀

Notifications You must be signed in to change notification settings

ukiyodigital/float

Repository files navigation

Float: The Content Management System No One Asked For Build Status

Setup

  1. git clone and cd into the repository
  2. run docker-compose up to build the image
  3. any source code changes changes will be reflected in the docker containers...
  4. access ui on localhost:8000
  5. access api on localhost:3000
  6. happy editing!

Fixutres

Recreating Fixture Data:

python manage.py dumpdata  > apps/float/data/fixtures.json --indent 4 --exclude=auth --exclude=contenttypes --exclude silk
python manage.py loaddata  apps/float/data/fixtures.json

Contributing

About

Headless API Content Management System using Graphene / GraphQL and React + Apollo 👀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published