Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.04 KB

setup-local-kukkuu-api.md

File metadata and controls

21 lines (14 loc) · 1.04 KB

Use Kukkuu API locally

Clone the repository (https://github.com/City-of-Helsinki/kukkuu). Follow the instructions for running kukkuu with docker. Before running docker compose up set the following settings in kukkuu roots docker-compose.env.yaml:

If you do not have a super user / admin to administrate the API yet, you can create one with docker compose run django python manage.py add_admin_user -u admin -p admin -e [email protected].

To make Kukkuu Admin use the local Kukkuu API set VITE_API_URI="localhost:8081/graphql" for example in file .env.local.