Skip to content

marcbreitung/translation_tool

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published