Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.11 KB

File metadata and controls

22 lines (15 loc) · 1.11 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 admin@example.com.

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