Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 7.92 KB

README.md

File metadata and controls

42 lines (26 loc) · 7.92 KB

Auth API

About

This is the backend API for the island.is authentication server.

Project structure

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).

URLs

  • Dev: N/A
  • Staging: N/A
  • Production: N/A

Getting started

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

Code owners and maintainers