Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noonat/vcd

vessel configuration data archive for captainforever.com.
https://github.com/noonat/vcd

Last synced: 1 day ago
JSON representation

vessel configuration data archive for captainforever.com.

Awesome Lists containing this project

README

        

# Vehicle Configuration Data Archive

Allows users to paste their [Captain Forever](http://captainforever.com) vessel exports to share with others.

## Development

vcd is written in [Go](https://golang.org) and uses [MySQL 8](https://www.mysql.com)
for the database. You can run it using docker-compose by running:

docker-compose up

You can run unit tests with:

go test ./...