GithubHelp home page GithubHelp logo

aloarte / skintkvault Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 908 KB

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

Kotlin 94.35% CSS 1.20% JavaScript 1.19% HTML 3.04% Procfile 0.04% Dockerfile 0.20%
gradle koin kotlin ktor

skintkvault's Introduction

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

skintkvault's People

Contributors

aloarte avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.