Skip to content

Backend developed in Ktor, using Kotlin and Koin to provide services for the Skintker android application.

Notifications You must be signed in to change notification settings

aloarte/skintkvault

Repository files navigation

Tests Coverage Status

Skintkvault

Backend developed in Ktor, using Kotlin and Koin to provide services for the Skintker app.

Stack

API

The api provides methods to add or edit a new log, and query all the logs from a given user. Also single log or every logs can be removed from a given user. Additionally, the stats of the given user can be queried.

More info can be found at the Api Wiki

Docker deployment

The application can be build through a Dockerfile into a docker image:

  • docker build -t skintktvault:1.0.0 .

Then the GOOGLE_APPLICATION_CREDENTIALS environment variable must be provided. This is the same value found in the Dockerfile. Also the data needed to access to the database must be provided.

  • docker run --name skintkvault -e DDBB_USER= -e DDBB_PWD= -e DDBB_NAME= -e DDBB_PORT= -e DDBB_CONTAINER= -e GOOGLE_APPLICATION_CREDENTIALS=/tmp/keys/skintker-firebase-adminsdk-9ed86-e8cbebaddb.json --network=skintktvault_network -d skintkvault:1.0.0

About

Backend developed in Ktor, using Kotlin and Koin to provide services for the Skintker android application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages