Free self-hosted open-source crowd-translating service for your product.
Deploy this app to Linode with a free $100 credit!
This is the backend part of Localizer.
git clone https://github.com/backmeupplz/localizer-backend
.env
with the environment variables listed belowyarn install
in the root folderyarn develop
And you should be good to go! Feel free to fork and submit pull requests. Also check out /src/conrollers
for the API.
.env
with the environment variables listed below (exclude MONGO
)docker-compose up
or docker-compose up -d
for daemonName | Description |
---|---|
MONGO |
URL of the mongo database |
PASSWORD |
Admin password to use on frontend |
TELEGRAM_TOKEN |
Token of Telegram bot to report errors |
TELEGRAM_ADMIN |
Telegram user id that should receive error reports |
Also, please, consider looking at .env.sample
.
Please login to review this project.
No reviews for this project yet.
Comments (0)
Please login to join the discussion on this project.