Skip to content

kaffee-haus/kaffee-api

 
 

Repository files navigation

Kaffee API

Generic badge Coverage Status

API for the Kaffee project.

Description

API for logging coffee consumption. Collects weather and location information when a coffee if logged for some future machine learning. Powered by DarkSky

Documentation

Documentation for the endpoints is found here.

Run

Run the command below:

dotnet run --project ./src/Kaffee/Kaffee.csproj

The API will be available at:

https://localhost:5001
http://localhost:5000

Test

dotnet test

Packages

No packages published

Languages

  • C# 98.9%
  • Dockerfile 1.1%