Update README.md formatting
Version 1.0.0
Clean up tests
This is the official server for minv, built with golang, sqlc, sqlite, chi, and ffmpeg.
Navigate to an empty directory
mkdir minv__server
cd minv__server
mkdir data
Download required files and edit data/config.toml
:
wget https://git.sr.ht/~thecashewtrader/minv__server/blob/main/docker-compose.yaml
wget https://git.sr.ht/~thecashewtrader/minv__server/blob/main/data/config.toml -O data/config.toml
Run the container
docker compose up
Clone the source code
git clone https://git.sr.ht/~thecashewtrader/minv__server
cd minv__server
Generate SQL and build
sqlc generate
go build .
Copy minv__server
and data/config.toml
. Then, edit config.toml
and run:
./minv__server