Translations (WIP) Translation tool (api) build with rust Start docker with postgres database docker run --name translations-postgres -p 5432:5432 -e POSTGRES_PASSWORD=password -d postgres Init ORM diesel setup Start App cargo run