A file sharing website written in Go.
This program is currently in the early stages of development and is not ready for production usage.
Vebjørn Øiestad
go run .
docker build -t voiestad/fileshare .
docker run -p 8080:8080 \
-v $(pwd)/files:/app/files \
-v $(pwd)/database:/app/database \
voiestad/fileshare