A simple file hosting server to make storing and sharing files easier. Shows all files starting at the root directory of the application, and supports the following actions:
Built with Echo, TailwindCSS and HTMX.
Test the application: Download one of the releases (Linux, Windows) Or build yourself.
git clone https://github.com/CollCaz/FileShare.git
cd FileShare
go mod tidy
go run cmd/app/main.go
Build the application:
make build
make buildWindows
build the application for linux
make build
build the application for windows
make buildWindows
build the application for both
make build all
run the application
make run
clean up binary from the last build
make clean