Create a simplistic file sharing site that allows users to quickly upload content without the need for an account.
~ More will be added later ~
Clone the repository:
git clone https://github.com/Neoplatonist/pixr.git
Either build the binary with make build
or download the binary from the releases. Currently we only have a release for linux, but will add more binaries later. Add the binary to the cloned directory.
To use first build the frontend with
cd frontend
npm run build
Afterward either fill out the configs or use flags to attach the mysql database.
To start the server:
./pixr
For help:
./pixr -h
or
./pixr --help