This is the backend API for the island.is authentication server.
The API is used exclusively by the authentication server, but shares services and database with the backend API for the authentication administration user interface (auth-admin-api).
- Dev: N/A
- Staging: N/A
- Production: N/A
To run the API locally, you first need to start the database container:
yarn dev-services services-auth-api
Then run the migration and seed scripts:
yarn nx run services-auth-api:migrate
yarn nx run services-auth-api:seed
Finally, start the service:
yarn start services-auth-api