mchuluq / file-conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file conversion

File conversion microservice based on versed.

I just added simple authentication with x-api-key header or http basic auth.

Getting started

Run the following commands to get up and running.

git clone https://github.com/mchuluq/file-conversion.git
cd file-conversion
docker build -t file-conversion .
docker run -d -p 3000:3000 file-conversion

Open a browser window and go to http://localhost:3000/.

About

License:MIT License


Languages

Language:JavaScript 77.1%Language:HTML 20.7%Language:Dockerfile 2.2%