Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 508 Bytes

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.