Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

dominik-zeglen/inkster

Repository files navigation

Inkster - Headless content management solution

Inkster is a open-source headless cms.

Getting started

The most comfortable way to set up Inkster is by using Docker and docker-compose. Simply run

$ docker-compose build
$ docker-compose run --rm web /app/migrate
$ docker-compose run --rm web /app/main add-user admin@example.com admin
$ docker-compose up

and then go to localhost:8000/graphql and play with the API.

Releases

No releases published

Packages

No packages published

Languages