An open API service indexing awesome lists of open source software.

https://github.com/ombrelin/alkoholspiele

Self hostable drinking game
https://github.com/ombrelin/alkoholspiele

angular api-rest asp-net-core csharp typescript

Last synced: 5 months ago
JSON representation

Self hostable drinking game

Awesome Lists containing this project

README

          

# Alkoholspiele

## The app

Alkohospiele is a simple webapp that implements the drinking game "Piccolo" with the ability to create custom games with custom jokes.

## Tech Stack

Backend :
- ASP .NET Core WebApi
- EF Core
- PostgreSQL

Frontend :
- Angular 8
- Angular Material
- Chart.js

## Docker Deployment

With docker-compose :

```yml
alkoholspiele:
image: ombrelin/alkoholspiele:1.0
container_name: alkoholspiele
ports:
- "80:80"
environment:
- DATABASE_URL=
restart: unless-stopped
```