Skip to content

Ombrelin/alkoholspiele

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 :

  alkoholspiele:
    image: ombrelin/alkoholspiele:1.0
    container_name: alkoholspiele
    ports:
      - "80:80"
    environment:
      - DATABASE_URL=<Postgres database URL>
    restart: unless-stopped