Allows users to paste their Captain Forever vessel exports to share with others.
vcd is written in Go and uses MySQL 8 for the database. You can run it using docker-compose by running:
docker-compose up
You can run unit tests with:
go test ./...
8000