Skip to content

voiestad/fileshare

Repository files navigation

Fileshare

A file sharing website written in Go.

DISCLAIMER!

This program is currently in the early stages of development and is not ready for production usage.

Developer

Vebjørn Øiestad

Running Application

go run .

Docker

docker build -t voiestad/fileshare .
docker run -p 8080:8080 \
  -v $(pwd)/files:/app/files \
  -v $(pwd)/database:/app/database \
  voiestad/fileshare

About

File sharing website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published