miku / dvmweb

Die Virtuelle Mittagsfrau (web)

Home Page:http://web.archive.org/web/20180624045907/https://mittagsfrau.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dvmweb

Web application for Die Virtuelle Mittagsfrau (Coding da Vinci 2018). Archived: http://web.archive.org/web/20180624045907/https://mittagsfrau.de/

We won a prize!

Out of compentition. Thanks!

Static files

 $ tree -shd static
static
├── [4.0K]  cache
├── [4.0K]  css
├── [4.0K]  images
│   ├── [4.0K]  artifacts
│   ├── [4.0K]  landscapes
│   └── [4.0K]  people
└── [276K]  videos

7 directories

Images are categorized (we need three), videos are named dvm-010203, where 01 names an artifact, 02 names a landscape, 03 a picture of people.

Start server

$ make
go build -o dvmweb cmd/dvmweb/main.go

$ ./dvmweb
2019/02/21 13:11:16 starting server at http://0.0.0.0:3000
...

More on the project

About

Die Virtuelle Mittagsfrau (web)

http://web.archive.org/web/20180624045907/https://mittagsfrau.de/

License:MIT License


Languages

Language:HTML 55.6%Language:Go 42.0%Language:Makefile 1.2%Language:CSS 1.2%