Skip to content

nais/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b6cedf · Feb 9, 2024
Feb 7, 2024
Feb 9, 2024
Feb 7, 2024
Jan 30, 2024
Jan 30, 2024
Feb 9, 2024
Feb 9, 2024
Feb 1, 2024
Feb 7, 2024
Feb 7, 2024
Feb 7, 2024
Feb 7, 2024
Feb 9, 2024
Feb 8, 2024
Feb 8, 2024
Feb 7, 2024

Repository files navigation

NAIS API

Local development

asdf install # Install required dependencies
docker compose up -d
make setup-local # Setup local environment (seeds database and creates pubsub topic)
make local

For local development you need to set the WITH_FAKE_CLIENTS environment variable to true (as set by make local), and you will also need to set the X-User-Email header to [email protected] if you want to act as a regular user, or [email protected] if you need an admin user.